diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-10 00:28:22 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-10 00:28:22 +0300 |
| commit | 4544ab55bc432dd567318c727de60307e700243f (patch) | |
| tree | c11bdd01040ddcc9e761baa17d7c903205120fba /build.sh | |
| parent | b7642dc9269b3b3525c08b170e01e0711577accf (diff) | |
shift-reduce did not work, not works (not very good) with no nonassoc
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -48,8 +48,8 @@ function leak # cc clr-table -D_CLR_TABLE_STANDALONE # leak clr-table -# cc clr-table "-D_CLR_TABLE_STANDALONE -D_LAZY_LALR" lalr-table -# leak lalr-table +cc clr-table "-D_CLR_TABLE_STANDALONE -D_LAZY_LALR" lalr-table +leak lalr-table # cc lr-parser -D_LR_PARSER_STANDALONE # leak lr-parser @@ -59,11 +59,11 @@ function leak #--------------------------------------------------------------------------------------------------# -cc demos/generate-parser "-rdynamic" +# cc demos/generate-parser "-rdynamic" # shared slr-table # shared clr-table -shared clr-table -D_LAZY_LALR lalr-table +# shared clr-table -D_LAZY_LALR lalr-table # shared demos/sample-files/lalr-defs # --- Arithemitc example --- @@ -73,7 +73,7 @@ shared clr-table -D_LAZY_LALR lalr-table # leak parser "0-1+(1+0)-1+0" # --- Calc example --- -shared demos/sample-files/calc-defs -leak "generate-parser -t lalr-table bin/calc-defs.so" -cc demos/sample-files/calc-skeleton "" parser -leak parser "4237-100+(17498+70)-1321+82910" +# shared demos/sample-files/calc-defs +# leak "generate-parser -t lalr-table bin/calc-defs.so" +# cc demos/sample-files/calc-skeleton "" parser +# leak parser "4237-100+(17498+70)-1321+82910" |
