@Jookia Jookia authored on 16 Sep 2021
docs docs: Add note about syntax being a plan 2 years ago
src make: Add way to build NewLang executable 2 years ago
.gitignore make: Build NewLang in separate directory 2 years ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 2 years ago
Makefile make: Add 'grip' target for Markdown development 2 years ago
README.md README: Add readme 2 years ago
requirements.txt make: Add 'grip' target for Markdown development 2 years ago
README.md

What's this?

NewLang is a work in progress programming language, similar to BASIC.

To try it, run make build && _build/NewLang docs/examples/greeting.txt

See the syntax reference plan for more detail.

License

NewLang is licensed under the GNU LGPL version 2.1 or later.