Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 377 Bytes

helper.md

File metadata and controls

17 lines (13 loc) · 377 Bytes

Helper

tiny

reserved words

8 reserved words if, then, else, write, read, end, repeat, until

other tokens

ASSIGN EQ LT PLUS MINUS TIMES OVER LPAREN RPAREN SEMI

C-

reserved words

6 reserved words if, else, int, void, while, return

other tokens

ASSIGN EQ NEQ LT LET GT GET PLUS MINUS TIMES OVER COMMA LPAREN RPAREN LBRACKET RBRACKET LBRACE RBRACE SEMI