- 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
- Add support for
+=
-=
*=
/=
%=
^=
operator
- Implement objects
- Implement error handling
- Optimize performance