plume-lang / plume

Plume is a lightweight programming language that aims to be portable, powerful and easy to learn.
MIT License
12 stars 2 forks source link

Rewrite the entire compiler codebase #30

Open thomasvergne opened 2 months ago

thomasvergne commented 2 months ago

The current compiler lacks some stability because of its messiness. The new compiler should be entirely commented and documented in order to improve contributions and updates. Doing such a step implies rewriting everything from scratch and then bringing current features step-by-step.

Semantics: