"Real" mbal clone written in C++
mbal is general-purpose (mainly designed for testing) programming langauge
- EP 1 - Lexer
- EP 2 - Parser
- EP 3 - Intepreter
- EP 4 - Variables
- EP 5 - Comparisons and logical operators
- EP 6 - IF statment
- EP 7 - FOR and WHILE statment
- EP 8 - Functions
- EP 9 - Strings
- EP 10 - Lists
- EP 11 - Built-in Functions
- EP 12 - Mutli-line statments
- EP 13 - RETURN, CONTINUE and BREAK
- EP 14 - RUN statments and comments
- EP BONUS - Power operator
- Classes
- Standard library
- Lowercase keywords
- Colors
-
DO
keyword - Generics
- Self hosted