broken shitty code
This commit is contained in:
parent
e6b20b5aa9
commit
5ec5c64775
28 changed files with 322 additions and 72 deletions
|
|
@ -11,12 +11,17 @@ namespace Compiler.Lexer
|
|||
SemicolonToken,
|
||||
IdentifierToken,
|
||||
IntegerLiteralToken,
|
||||
|
||||
|
||||
//unary operator tokens
|
||||
NegationToken,
|
||||
BitwiseComplementToken,
|
||||
LogicalNegationToken,
|
||||
|
||||
//binary operators
|
||||
AdditionToken,
|
||||
MultiplicationToken,
|
||||
DivisionToken,
|
||||
|
||||
//special Token to represent invalid matches
|
||||
InvalidToken,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue