crafting-interpreters/golox/test.lox
2023-05-07 00:00:35 +00:00

4 lines
98 B
Text

// this is a comment
(( )){} // grouping stuff
!*+-/=<> <= == // operators
"some string literal"