mirror of
https://github.com/Fluffy-Bean/GoLox.git
synced 2025-07-02 06:36:16 +00:00
Chapter 2
Task 4.6
This commit is contained in:
parent
33a2ae4e47
commit
809a2c7b0d
5 changed files with 241 additions and 16 deletions
|
@ -1 +1,3 @@
|
|||
print "Hello, World!";
|
||||
// this is a comment
|
||||
(( )){} // grouping stuff
|
||||
!*+-/ =<> <= == // operators
|
||||
|
|
1
scripts/helloworld.lox
Normal file
1
scripts/helloworld.lox
Normal file
|
@ -0,0 +1 @@
|
|||
print "Hello, World!";
|
Loading…
Add table
Add a link
Reference in a new issue