Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 654 Bytes

README.MD

File metadata and controls

25 lines (21 loc) · 654 Bytes

Join our discord!

Discord

Quick Start

$ git clone https://github.com/darealvenum/venumLang2.git
$ cd venumLang2
$ pip install -r requirements.txt
$ python3 src/main.py <source_file>.vlang -r

documentation

The documentation is available at the venumlang website

roadmap checklist (for now)

  • recursive descent parser, with good grammar
  • variable declarations
  • function declarations
  • branching
  • loops
  • compiler
  • module system?
  • type checker?
  • OOP-like syntax