Introducing execution(beta)

This commit is contained in:
2020-10-01 19:33:47 +05:30
parent 6b37f3987b
commit 2b17338a65
7 changed files with 160 additions and 9 deletions

View File

@@ -74,9 +74,9 @@ LOOPEND:']';
GRPSTART:'(';
GRPEND:')';
NUMBER: [0-9]+;
INPUT: '?';
INPUT: ',';
OUTPUT: '.';
DEC: '-';
INC: '+';
LEFT: '>';
RIGHT: '<';
LEFT: '<';
RIGHT: '>';