mirror of
https://github.com/Fluffy-Bean/GoLox.git
synced 2025-07-02 06:36:16 +00:00
String and Number literals
This commit is contained in:
parent
809a2c7b0d
commit
175d300e03
3 changed files with 74 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
// this is a comment
|
||||
(( )){} // grouping stuff
|
||||
!*+-/ =<> <= == // operators
|
||||
"aurgh"
|
||||
69.621
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue