@Jookia Jookia authored on 8 Aug 2022
docs syntax: Note that files don't have to use Unix new lines 2 years ago
src log: Rely on main for the getenv call 2 years ago
tests i18n: Add new module containing a Message class 2 years ago
.flake8 lint: Add flake8 command 3 years ago
.gitignore make: Drop in favor of build.py 2 years ago
Jenkinsfile env: Print mutmut results on error on Linux 2 years ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 3 years ago
README.md make: Drop in favor of build.py 2 years ago
build.py build: Note about executable mode 2 years ago
env.ps1 i18n: Add mutation tests 2 years ago
env.sh i18n: Add mutation tests 2 years ago
mutmut_config.py Add mutmut for mutation testing 3 years ago
requirements.txt requirements: Lock hypothesis to 6.50.1 2 years ago
run.py run: Use run.py to run src/main.py 2 years ago
setup.cfg mutmut: Run pytest with -n auto 2 years ago
README.md

What's this?

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

To try it, run python build.py && ./NewLang.pyz docs/examples/greeting.txt

See the syntax reference plan for more detail.

License

NewLang is licensed under the GNU LGPL version 2.1.