Add a validation step back.

This commit is contained in:
2023-01-27 21:41:06 -08:00
parent afcf3c65cd
commit 3333dffa1e
6 changed files with 152 additions and 27 deletions

4
examples/basic/test2.ngr Normal file
View File

@@ -0,0 +1,4 @@
x = 5;
x = 4*x + 3;
print x;
print y;