Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.03 KB

mbal++

"Real" mbal clone written in C++

mbal is general-purpose (mainly designed for testing) programming langauge

TODO

From Code Pulse's tutorial

  • 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

Code Pulse's GitHub PRs

  • Classes
  • Standard library

Our thing

  • Lowercase keywords
  • Colors
  • DO keyword
  • Generics
  • Self hosted

Credits