From a67266ff72280b85fed7ec498967a855a5735639 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 1 Jul 2025 00:11:29 +0300 Subject: major refactor, more modular (wow because obviously modularity is always a good thing yes), and etc --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 2680884..464d86a 100755 --- a/build.sh +++ b/build.sh @@ -19,7 +19,7 @@ function leak # cc util-tables -D_UTIL_TABLES_STANDALONE # cc slr-table -D_SLR_TABLE_STANDALONE # cc clr-table -D_CLR_TABLE_STANDALONE -# cc lr-parser -D_LR_PARSER_STANDALONE -std=gnu99 +# cc lr-parser -D_LR_PARSER_STANDALONE cc fusion # leak lexer -- cgit v1.2.3