mirror of
https://github.com/Noratrieb/GRSBPL.git
synced 2026-01-14 19:55:03 +01:00
Update TokenType.java
This commit is contained in:
parent
9b51ff42a5
commit
c77ebc3d11
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ public enum TokenType {
|
||||||
NOT, DUP, SWAP, POP,
|
NOT, DUP, SWAP, POP,
|
||||||
|
|
||||||
// io
|
// io
|
||||||
OUT, NOUT, IN,
|
OUT, NOUT, IN, STRING,
|
||||||
|
|
||||||
// control flow
|
// control flow
|
||||||
COLUMN(":"), GOTO, FUNCTION, IDENTIFIER, RETURN,
|
COLUMN(":"), GOTO, FUNCTION, IDENTIFIER, RETURN,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue