@Jookia Jookia authored on 24 Apr 2022
docs syntax: Note that files don't have to use Unix new lines 1 year ago
src tokenize: Support CR LF new line sequences 1 year ago
tests tokenize: Support CR LF new line sequences 1 year ago
.flake8 lint: Add flake8 command 2 years ago
.gitignore .gitignore: Hide all __pycache__ directories 1 year ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 2 years ago
Makefile make: Remove pytest and mutmut cache 1 year 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.