brewery
notashelf /
feb247f64a93c65c93a80df2d9c810bc72c71386

nixir

public

Import-resolving Nix IR plugin

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/nixir.git

Commits

  1. 2026-04-24
  2. irc: extract inline constructors; deduplicate value-copy logic

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverifiedfeb247f64a93
  3. irc: `PrimOp` memory leak and `IR_VERSION` mismatch

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified28de44c59800
  4. irc/parser: use explicit IR nodes for patterns and interpolation

    Replaces lambda pattern desugaring with direct `LambdaPatternNode`

    NotAShelf2mo ago
    unverifiedf6481b3c0120
  5. irc/types: IR type extensions

    Updates IR_VERSION to 3. In an effort to support more features of the

    NotAShelf2mo ago
    unverified359a7076636a
  6. docs: initial specification; we yap

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified56f15d749edc
  7. docs: document using `just` in the codebase

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified14bbc092801e
  8. meta: switch to justfile for task organization

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified13a38f707b97
  9. tests: move fixtures to dedicated dir

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified2c9ad890b293
  10. tests/benchmark: make benchmark cases... bigger

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified2a005574d3d6
  11. irc: add timing measurements; formatting

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified1ceb889a1649
  12. unverified54892c3121d4
  13. irc: add ListNode support; fix recursive attrset scoping

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverifiede8fcaccacca5
  14. irc/parser: fix list parsing and function application

    Fixes bug where `concat [1 2 3] [4 5 6]` tried to apply integer 1

    NotAShelf2mo ago
    unverified51305298ee98
  15. tests: initial integration tests

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified85a865af471a
  16. tests/benchmark: fine-grain timing reports

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverifiedb3dcba607b58
  17. tests/benchmark: rename runner script; compare compilation with native eval

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified4ea090cf330d
  18. tests: initial benchmarking setup

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverifiedd272dc589e30
  19. irc: improve multi-line strings; complete list concat and dynamic attrs

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified8a093aa9e806
  20. tests: update test cases for newer syntax items; drop old artifacts

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverifiede6231f546d57
  21. irc: more syntax support

    Indented strings, ancient let bindings and a bit more

    NotAShelf2mo ago
    unverifieddd79db1f86e5
  22. tests: add tests for lookup paths and imports

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified5e41a7cb370f
  23. irc: support lookup paths and `import` keyword

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified775bb42c6325
  24. tests: add test fixture for merge operator

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverifieddc7b3305db85
  25. irc: support merge operator

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified3387e0d822a2
  26. irc: add Float and URI literal support

    Signed-off-by: NotAShelf <raf@notashelf.dev>

    NotAShelf2mo ago
    unverified95baf44a9c42

Page 1 of 2 Next