Add a code generator for making tests of the examples.

This commit is contained in:
2023-06-04 17:28:24 -07:00
parent 8aa1465c35
commit 7efd2fb796
4 changed files with 88 additions and 0 deletions

View File

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