@Jookia Jookia authored on 1 Dec 2021
docs parse: Replace 'Begin' with 'Start' in keywords 2 years ago
src parse: Strip whitespace in text tokens 2 years ago
tests tests: Tune Hypothesis max_examples 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 tests: Print hypothesis statistics and use a deterministic seed 2 years ago
README.md README: Add readme 2 years ago
requirements.txt tests: Dump pytest-timeout and clean up conftest 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.