zxul767 / lox

An interpreter for the Lox language
1 stars 0 forks source link

implement `println` in clox #3

Closed zxul767 closed 1 year ago

zxul767 commented 1 year ago

jlox has both print and println statements, but clox only has print

zxul767 commented 1 year ago

before rushing to implementing this by adding another statement in the grammar, it might be a good idea to solve this issue first: https://github.com/zxul767/lox/issues/4

zxul767 commented 1 year ago

this is now in main.