From 69c8e84587d934545bdb9d21b292463428ebee93 Mon Sep 17 00:00:00 2001 From: thing1 Date: Mon, 7 Oct 2024 11:46:38 +0100 Subject: did some work to the compiler to make it have error msgs --- comp/lucas-standen-NEA/code2/examples/syntaxerr.zpy | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 comp/lucas-standen-NEA/code2/examples/syntaxerr.zpy (limited to 'comp/lucas-standen-NEA/code2/examples/syntaxerr.zpy') diff --git a/comp/lucas-standen-NEA/code2/examples/syntaxerr.zpy b/comp/lucas-standen-NEA/code2/examples/syntaxerr.zpy new file mode 100644 index 0000000..c74d53b --- /dev/null +++ b/comp/lucas-standen-NEA/code2/examples/syntaxerr.zpy @@ -0,0 +1,3 @@ +(defun main int) + (return) +(endfun) -- cgit v1.2.3