* Revive and update the SDF grammar for Nix expressions.
This commit is contained in:
parent
a5ceb5bc0b
commit
f797cb5855
2 changed files with 149 additions and 0 deletions
|
|
@ -33,3 +33,11 @@ nixexpr.cc nixexpr.hh: nixexpr-ast.hh
|
|||
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
|
||||
# SDF stuff (not built by default).
|
||||
nix.tbl: nix.sdf
|
||||
sdf2table -m Nix -s -i nix.sdf -o nix.tbl
|
||||
|
||||
test.ast: test.nix nix.tbl
|
||||
sglri -p nix.tbl -i test.nix -o test.ast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue