Turing-Complete now
This commit is contained in:
parent
3bf4a73c2e
commit
9dbb9e882c
6 changed files with 405 additions and 30 deletions
|
@ -19,6 +19,7 @@ enum TokenType {
|
|||
TOKENTYPE_PIPE,
|
||||
TOKENTYPE_ARROW,
|
||||
TOKENTYPE_COLON,
|
||||
TOKENTYPE_SEMICOLON,
|
||||
TOKENTYPE_EQUALITY,
|
||||
TOKENTYPE_INEQUALITY,
|
||||
TOKENTYPE_LESSTHAN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue