@Jookia Jookia authored on 14 Feb 2023
docs syntax: Note that files don't have to use Unix new lines 2 years ago
src/ newlang src: Set exe_name to 'newlang' unconditionally 2 years ago
tests src: Move all source code to src/newlang 2 years ago
.flake8 flake8: Ignore some useless errors 2 years ago
.gitignore tox: Add support for tox file 2 years ago
Jenkinsfile Jenkinsfile: Fix build 2 years ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 3 years ago
README.md README: Install and run guide 2 years ago
env.ps1 env: Fix mutmut paths 2 years ago
env.sh env: Fix mutmut paths 2 years ago
mutmut_config.py Add mutmut for mutation testing 3 years ago
pyproject.toml build: Switch to regular Python building 2 years ago
requirements.txt build: Switch to regular Python building 2 years ago
setup.cfg mutmut: Run pytest with -n auto 2 years ago
tox.ini tox: Add support for tox file 2 years ago
README.md

What's this?

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

To try it, run this:

git clone https://git.lumina-sensum.com/LuminaSensum/NewLang
pip install --user .
newlang docs/examples/greeting.txt

See the syntax reference plan for more detail.

License

NewLang is licensed under the GNU LGPL version 2.1.