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