Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 397 Bytes
  • To do:
  • Lexer - Completed
  • Parser - Completed
  • Interpreter - Completed
  • Power Operator - Completed
  • Variables - Completed(Doesn't do 5 + (VAR x = 6) though)
  • Comparison and Logical Operators - Completed
  • IF statement - Completed
  • For and While statements
  • Functions
  • Strings
  • Lists/Arrays
  • Built-In Functions
  • Multi-Line Statements
  • Return, Continue and Break
  • Comments and Run