You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit lexer.py, parser.py, and interpreter.py in order to add support for the TYPE keyword and for the four main data types in TEPL; TEXT(TXT), NUMBER(NUM), DECIMAL(DEC), and BOOLEAN(BOOL).
Edit lexer.py, parser.py, and interpreter.py in order to add support for the TYPE keyword and for the four main data types in TEPL; TEXT(TXT), NUMBER(NUM), DECIMAL(DEC), and BOOLEAN(BOOL).