File splitting, object type
This commit is contained in:
parent
5313cc5603
commit
3f05fa5141
14 changed files with 194 additions and 15 deletions
|
@ -31,6 +31,8 @@ enum TokenType {
|
|||
TOKENTYPE_AS,
|
||||
TOKENTYPE_LEFT_PAREN,
|
||||
TOKENTYPE_RIGHT_PAREN,
|
||||
TOKENTYPE_COMMENT,
|
||||
TOKENTYPE_STRING,
|
||||
TOKENTYPE_ERROR,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue