Working parser/tokenizer

This commit is contained in:
dfsek
2020-12-19 20:04:58 -07:00
parent 29e2746e72
commit f970838ecf
21 changed files with 263 additions and 161 deletions

View File

@@ -1,18 +1,4 @@
FUNCTION(1, "hello");
test("hello", 1);
;
)
test("ghgjhgjhgj", 3.4);
FUNCTION2(1.2, "he423llo");
// comment
FUNCTION3(3.4, "35234523452345");
/*
block comment
fsfsdf
gsdfgsdfg
*/
FUNCTION(1, "hello");