No description
docs | ||
src/newlang | ||
tests | ||
.flake8 | ||
.gitignore | ||
LICENSE.LGPL-2.1.md | ||
mutmut_config.py | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
tox.ini |
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.
- Copyright: 2022 Jookia contact@jookia.org
- SPDX-License-Identifier: LGPL-2.1-only