From db1b9c8dcb0d115217a33c2fe8e0760d49143e11 Mon Sep 17 00:00:00 2001 From: kartofen Date: Sat, 13 Sep 2025 15:24:28 +0300 Subject: ast nearly build and proper errors --- demos/sample-files/calc.g | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos/sample-files/calc.g') diff --git a/demos/sample-files/calc.g b/demos/sample-files/calc.g index 804e072..aa5b5db 100644 --- a/demos/sample-files/calc.g +++ b/demos/sample-files/calc.g @@ -3,6 +3,8 @@ -nonterminal EP E. +-stacktype { int }. + -left LPAREN; -left 5; -left TIMES; -- cgit v1.2.3