Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 871 Bytes

TODO.md

File metadata and controls

31 lines (25 loc) · 871 Bytes

TODO-List

Completed

  • Implement lexer to parser to interpreter to execute the AST...
  • Handle let (newAvenger) variable assignment
  • Handle const (newEternal) variable assignment
  • Handle print (vision) statement
  • Handle switch case (multiverse - madness) construct
  • Handle if-else (ifWorthy - otherwise) construct
  • Handle break (endGame) statement
  • Implement true (SHIELD) value
  • Implement false (HYDRA) value
  • Implement for (wakandaFor) loop
  • Implement while (fightUntil) loop
  • Handle null value
  • Implement arrays (teams)
  • Implement user defined functions
  • Write test cases
  • Documentation
  • For loop new syntax

Increment

  • Add support for += -= *= /= %= ^= operator

Backlog

  • Implement objects
  • Implement error handling
  • Optimize performance