ranix
What it does
Section titled “What it does”ranix parses the Nix language in C. It uses ragel to generate the lexical scanner and bison to generate the grammar parser, a classic, fast C toolchain for turning Nix source into a syntax tree.
Role in the ecosystem
Section titled “Role in the ecosystem”ranix sits at the front of the Nix-evaluation exploration. A low-level, portable parser that complements the interaction-net engines (GoDNet, GoDNix) and the dnx runtime.
Source Code Support this project