From 245f4b65cc695bf3d0dd430e2c728f2a3a51e3e5 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 17 Jun 2025 15:15:21 +0300 Subject: add recursive ascent-descent --- build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 0a69ce7..52da4b0 100755 --- a/build.sh +++ b/build.sh @@ -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 -- cgit v1.2.3