From f797cb5855d149c679525f55b1558a5dcc27d996 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 16 Jul 2005 14:07:35 +0000 Subject: * Revive and update the SDF grammar for Nix expressions. --- src/libexpr/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/libexpr/Makefile.am') diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am index 0186f16d9cf0..9af7404bcbcc 100644 --- a/src/libexpr/Makefile.am +++ b/src/libexpr/Makefile.am @@ -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 -- cgit 1.4.1