Skip to content

A statically typed programming language, that i am not writing.

License

Notifications You must be signed in to change notification settings

farkon00/venumLang2

 
 

Repository files navigation

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

About

A statically typed programming language, that i am not writing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%