comments
This commit is contained in:
@@ -11,6 +11,9 @@ const (
|
||||
ILLEGAL = "ILLEGAL"
|
||||
EOF = "EOF"
|
||||
|
||||
// COMMENT a line comment, e.g: # this is a comment
|
||||
COMMENT = "COMMENT"
|
||||
|
||||
// Identifiers + literals
|
||||
IDENT = "IDENT" // add, foobar, x, y
|
||||
INT = "INT" // 123456
|
||||
|
||||
Reference in New Issue
Block a user