Attempt to do a little nix interpreting
- Rust 97.7%
- Nix 2.3%
| bin | ||
| docs | ||
| examples | ||
| lib | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| pkg.nix | ||
| README.md | ||
| test.out | ||
mini-nix
Attempt to do a little nix interpreting
How to use
This is currently under development, but you can play with it a bit.
Either with an input file
cargo run -- -f <input-file>
Or repl-like
cargo run --
Currently it just builds an AST and nothing else. You currently need to add -vv to enable tracing output and see something.
Performance-Optimization-Bingo
- Use References in
Tokeninstead of a full-blown String