$ git clone https://github.com/darealvenum/venumLang2.git
$ cd venumLang2
$ pip install -r requirements.txt
$ python3 src/main.py <source_file>.vlang -r
The documentation is available at the venumlang website
- recursive descent parser, with good grammar
- variable declarations
- function declarations
- branching
- loops
- compiler
- module system?
- type checker?
- OOP-like syntax