add ast printer
This commit is contained in:
parent
8c500ab6a9
commit
6e02a1a644
6 changed files with 314 additions and 1 deletions
7
lox/error.lox
Normal file
7
lox/error.lox
Normal file
|
@ -0,0 +1,7 @@
|
|||
var a = 1;
|
||||
while (a < 10) {
|
||||
a = a + 1;
|
||||
}
|
||||
|
||||
print a;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue