GoLox/scripts/tokens.lox
Michał a63c07d5bf Find keywords
Use runes/chars for characters
2024-09-23 12:34:17 +01:00

6 lines
91 B
Plaintext

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