crafting-interpreters/golox/test.lox

5 lines
98 B
Text
Raw Normal View History

// this is a comment
(( )){} // grouping stuff
!*+-/=<> <= == // operators
2023-05-07 00:00:35 +00:00
"some string literal"