/Askour

A compiler completely written in c++!

Primary LanguageC++MIT LicenseMIT

Askour

A compiler completely written in c++!

Infos

  • Currently it only supports function defining/calling and var defining

Warning!

  • This is my second attempt at a real compiler, so the code wont be the best.

Todo

  • Function return
  • Variable defining using functions
  • Modify variable
  • Expressions (Math)
  • More statements (Such as Ifs and Whiles)

AskourIcon