The Jis Programming Language.
Warning
Under development.
The programs inside the examples folder are commented and cover all the syntax of the language.
- As soon as a single parsing error is encountered, the program exits.
I made this choice because, often, subsequent errors are originated from few original ones, and, at the same time, I often debug one error at a time.
This isn't true for syntax errors: these are reported all toghether because one can't be influenced by the previous one. - There aren't warnings. It's an error or it's valid.
I'm resisting adding a vm. It's an experiment.
