diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-06-17 15:15:21 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-06-17 15:15:21 +0300 |
| commit | 29166574760b76bee63ad22bbfde595341eb9f09 (patch) | |
| tree | 582c3dee5efa62698269da7fd8e742e21e3cd051 /build.sh | |
| parent | 1c021a89156a756278764247dfb81562f9c4dd34 (diff) | |
add recursive ascent-descent
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,4 +6,6 @@ gcc -Wall -Wextra -g lexer.c -o lexer gcc -Wall -Wextra -g recursive-ascent.c -o recursive-ascent gcc -Wall -Wextra -g recursive-ascent-descent.c -o recursive-ascent-descent +valgrind --leak-check=full --show-leak-kinds=all -s ./lexer +valgrind --leak-check=full --show-leak-kinds=all -s ./recursive-ascent valgrind --leak-check=full --show-leak-kinds=all -s ./recursive-ascent-descent |
