mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Added lexer from previous project
This commit is contained in:
9
build-test/Log.txt
Normal file
9
build-test/Log.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
Started lexing file
|
||||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
|
||||
Token::FUNCTION: func
|
||||
Token::IDENTIFIER: main
|
||||
Token::IDENTIFIER: print
|
||||
Token::STRING_LITERAL: Hello World!
|
||||
@@ -0,0 +1,2 @@
|
||||
func main
|
||||
print "Hello World!"
|
||||
|
||||
Reference in New Issue
Block a user