Initial upload

This commit is contained in:
r4
2021-07-01 17:04:13 +02:00
parent 366bd4ad30
commit 574cf9219e
15 changed files with 958 additions and 0 deletions

4
leakcheck.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
make
EXPR="2.5/(5+3)-2*4/3.3^4.1^5"
echo "$EXPR" | valgrind --leak-check=yes ./str_eval