-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJulioSays.txt
28 lines (28 loc) · 1.07 KB
/
JulioSays.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TOKENS | Code
================================================
RETURN | julio gets
INPUT | julio asks
VAR_DECL | make
VAR_CHNG | change
FUNC_DECL | julio wants
PRINT | julio says
CONDITIONAL | is (condition) fr
ARRAY | identifier[]
WHILE_LOOP | till (condition) is fr
FOR_LOOP | julio counts (thing to count)
FILE_READ | can julio read
FILE_WRITE | can julio write
BOOL | Yuh / Nah
IMPORT | julio grabs
ASSIGN | be / to
OPERATOR | + / *
RELATIONAL | == / > / < / <= / >= / !=
NOT | not
L_CBRAKET | {
R_CBRAKET | }
LPAREN | (
RPAREN | )
L_BRAKET | [
R_BRAKET | ]
TYPE | int / str / dec / char
CLASS | class