@Jookia Jookia authored on 14 Mar 2022
docs Change license to LGPL-2.1-only 2 years ago
src tokenize: Remove unused list of keywords 2 years ago
tests tests: parse: Remove unused code 2 years ago
.flake8 lint: Add flake8 command 2 years ago
.gitignore Add mutmut for mutation testing 2 years ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 2 years ago
Makefile make: Remove hypothesis statistics and seed 2 years ago
README.md Change license to LGPL-2.1-only 2 years ago
mutmut_config.py Add mutmut for mutation testing 2 years ago
requirements.txt tests: Use python-xdist for faster tests 2 years ago
setup.cfg tests: Add SPDX license headers 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.