wilfreddv / venumLang2

A statically typed programming language i am writing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 i am writing.

License:MIT License


Languages

Language:Python 100.0%