Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 445 Bytes

cpplang - A Simple Programming Language

This language and the code behind it is soley written for educational purpose like learning about how interpreters, source code tokenizers, programming langauages and compiling works.

For languages style see [test.t]


##################### Project How's #####################

STRUCTURE:

  • /constants
  • /tokenizer
  • /parser
  • /builtins
  • /syntaxdoc
  • /examples
  • /LICENSE
  • README