mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 16:49:10 +00:00
working tokenizer
This commit is contained in:
18
common/src/test/resources/test.tesf
Normal file
18
common/src/test/resources/test.tesf
Normal file
@@ -0,0 +1,18 @@
|
||||
FUNCTION(1, "hello");
|
||||
|
||||
;
|
||||
)
|
||||
|
||||
FUNCTION2(1.2, "he423llo");
|
||||
|
||||
// comment
|
||||
|
||||
FUNCTION3(3.4, "35234523452345");
|
||||
|
||||
/*
|
||||
block comment
|
||||
fsfsdf
|
||||
gsdfgsdfg
|
||||
*/
|
||||
|
||||
FUNCTION(1, "hello");
|
||||
Reference in New Issue
Block a user