More work on grammer and standard library! It can kinda load grammer now! Kinda. Marcus ran into the function pointer returns pointer ambiguity, so that'll have to be done tomorrow.
This commit is contained in:
4
tests/grammer.kgm
Normal file
4
tests/grammer.kgm
Normal file
@@ -0,0 +1,4 @@
|
||||
# comment
|
||||
a = b ;
|
||||
b = "c" ;
|
||||
b = "c" "d" ;
|
||||
Reference in New Issue
Block a user