Turing-Complete now

This commit is contained in:
vegowotenks 2024-10-02 15:42:06 +02:00
parent 3bf4a73c2e
commit 9dbb9e882c
6 changed files with 405 additions and 30 deletions

View file

@ -19,6 +19,7 @@ enum TokenType {
TOKENTYPE_PIPE,
TOKENTYPE_ARROW,
TOKENTYPE_COLON,
TOKENTYPE_SEMICOLON,
TOKENTYPE_EQUALITY,
TOKENTYPE_INEQUALITY,
TOKENTYPE_LESSTHAN,