Newer
Older
NewLang / 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](docs/syntax.md) for more detail.

## License

NewLang is licensed under the [GNU LGPL version 2.1](LICENSE.LGPL-2.1.md).

- Copyright: 2022 Jookia <contact@jookia.org>
- SPDX-License-Identifier: LGPL-2.1-only