aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2025-06-30 19:51:44 +0300
committerkartofen <mladenovnasko0@gmail.com>2025-06-30 19:51:44 +0300
commit7743cb4f8a06ab79a521c4346aac74b47c8ce224 (patch)
tree41551b3955d5de311210c1d74b5f0c6b0642c2f4 /build.sh
parent7f796bc571941a9c14eeb3a65d349d628f022275 (diff)
minimal lr parser
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 855d574..2680884 100755
--- a/build.sh
+++ b/build.sh
@@ -18,11 +18,15 @@ function leak
# cc recursive/recursive-ascent-descent
# cc util-tables -D_UTIL_TABLES_STANDALONE
# cc slr-table -D_SLR_TABLE_STANDALONE
-cc clr-table -D_CLR_TABLE_STANDALONE
+# cc clr-table -D_CLR_TABLE_STANDALONE
+# cc lr-parser -D_LR_PARSER_STANDALONE -std=gnu99
+cc fusion
# leak lexer
# leak recursive-ascent
# leak recursive-ascent-descent
# leak util-tables
# leak slr-table
-leak clr-table
+# leak clr-table
+# leak lr-parser
+leak fusion