aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 1fe06a9..e39d4b4 100755
--- a/build.sh
+++ b/build.sh
@@ -70,9 +70,9 @@ shared demos/sample-files/lalr-defs
# shared demos/sample-files/calc-defs
# leak generate-parser "-o bin/calc -t lalr-table bin/calc-defs.so"
# cc demos/sample-files/calc-skeleton "" parser
-# leak parser "13*10+9 - (54*(10+8))" # wrong answer
-# leak parser "-13 + 20"
-# leak parser "1 > 52 ? 2 + 3 : 53"
+# leak parser "13*10+9" # wrong answer
+# leak parser "-13+20"
+# leak parser "1>52?2+3:53"
# --- Grammar Definitino example ---
shared demos/sample-files/gram-defs