From 7743cb4f8a06ab79a521c4346aac74b47c8ce224 Mon Sep 17 00:00:00 2001 From: kartofen Date: Mon, 30 Jun 2025 19:51:44 +0300 Subject: minimal lr parser --- build.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'build.sh') 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 -- cgit v1.2.3