aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <kartofen.mail.0@protonmail.com>2025-09-13 15:24:28 +0300
committerkartofen <kartofen.mail.0@protonmail.com>2025-09-13 15:24:28 +0300
commitdb1b9c8dcb0d115217a33c2fe8e0760d49143e11 (patch)
treec93743adff3d78ea066c14879b7d2bfeb3ce42fb /build.sh
parent46e786db9d1b48b8fbc3502e36f093b755f3e09f (diff)
ast nearly build and proper errors
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index ae18cd0..cf56f9d 100755
--- a/build.sh
+++ b/build.sh
@@ -80,13 +80,13 @@ shared demos/sample-files/gram-defs
leak generate-parser "-o bin/gram -t lalr-table bin/gram-defs.so"
cc demos/sample-files/gram-skeleton "" gram-parser
+# !!! gram.g is outdated !!!
# leak gram-parser < demos/sample-files/gram.g > bin/gram-gram.c
# shared bin/gram-gram
# leak generate-parser "-o bin/gram -t lalr-table bin/gram-gram.so"
# cc demos/sample-files/gram-skeleton "" gram2-parser
-# leak gram2-parser < demos/sample-files/calc.g > bin/calc-gram.c
-
+# leak gram-parser < demos/sample-files/calc.g > bin/calc-gram.c
# shared bin/calc-gram
# leak generate-parser "-o bin/calc -t lalr-table bin/calc-gram.so"
# cc demos/sample-files/calc-skeleton "" calc-parser