@Jookia Jookia authored on 24 Sep 2021
docs docs: Add note about syntax being a plan 2 years ago
src src: Put repo directory in path so it can find the src module 2 years ago
tests parse: Account for EOF when checking for whitespace 2 years ago
.gitignore Add test harness and simple fuzz test 2 years ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 2 years ago
Makefile make: Style fixup 2 years ago
README.md README: Add readme 2 years ago
requirements.txt Add test harness and simple fuzz test 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.