* Revive and update the SDF grammar for Nix expressions.

This commit is contained in:
Eelco Dolstra 2005-07-16 14:07:35 +00:00
parent a5ceb5bc0b
commit f797cb5855
2 changed files with 149 additions and 0 deletions

View file

@ -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