Skip to content

ringwormGO-organization/mbal_pp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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