@Jookia Jookia authored on 28 Aug 2022
docs syntax: Note that files don't have to use Unix new lines 1 year ago
src parse: Drop enum class in favor of DIY method 1 year ago
tests tests: Wrap test_oldparse's draw_token_empty in just 1 year ago
.flake8 flake8: Ignore some useless errors 1 year ago
.gitignore make: Drop in favor of build.py 1 year ago
Jenkinsfile env: Print mutmut results on error on Linux 1 year ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 2 years ago
README.md make: Drop in favor of build.py 1 year ago
build.py build: Note about executable mode 1 year ago
env.ps1 env: Add resetenv command 1 year ago
env.sh env: Add resetenv command 1 year ago
mutmut_config.py Add mutmut for mutation testing 2 years ago
requirements.txt requirements: Unlock hypothesis 1 year ago
run.py run: Use run.py to run src/main.py 1 year ago
setup.cfg mutmut: Run pytest with -n auto 1 year 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.