diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-05 12:14:27 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-05 12:14:27 +0300 |
| commit | 9b4c8231a368524f9e797af111019ce95823f981 (patch) | |
| tree | f57eb9f80883bdab57d00a97ad97508ecdbb0c2d /build.sh | |
| parent | 98254bbeb96e1c868d761e81f39f59744a6837c6 (diff) | |
lalr now acutally works
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ function shared function leak { - valgrind --leak-check=full --show-leak-kinds=all -s bin/$1 + valgrind --leak-check=full --show-leak-kinds=all -s bin/$1 $2 } # cc lexer -D_LEXER_STANDALONE @@ -46,4 +46,4 @@ shared demos/sample-files/defs leak "generate-parser bin/defs.so" > bin/generated.c cc demos/sample-files/parser-skeleton # this includes bin/generated.c -leak parser-skeleton +leak parser-skeleton "0-1+(1+0)-1+0" |
