docs syntax: Note that files don't have to use Unix new lines 11 months ago
src/ newlang src: Set exe_name to 'newlang' unconditionally 1 month ago
tests src: Move all source code to src/newlang 1 month ago
.flake8 flake8: Ignore some useless errors 7 months ago
.gitignore env: Dump environment system 1 month ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 1 year ago
README.md README: Install and run guide 1 month ago
mutmut_config.py Add mutmut for mutation testing 1 year ago
pyproject.toml build: Switch to regular Python building 1 month ago
requirements.txt build: Switch to regular Python building 1 month ago
setup.cfg mutmut: Run pytest with -n auto 10 months ago
tox.ini tox: Allow passing arguments to mumut 1 month 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.