@Jookia Jookia authored on 11 Dec 2021
docs parse: Replace 'Begin' with 'Start' in keywords 2 years ago
src parse: Strip whitespace in text tokens 2 years ago
tests tests: lexer: Split up soup functions and valid token testing 2 years ago
.flake8 lint: Add flake8 command 2 years ago
.gitignore Add test harness and simple fuzz test 2 years ago
LICENSE.LGPL-2.1.md Change license to LGPLv2.1+ 2 years ago
Makefile lint: Add flake8 command 2 years ago
README.md README: Add readme 2 years ago
requirements.txt lint: Add flake8 command 2 years ago
README.md

What's this?

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

To try it, run make build && _build/NewLang docs/examples/greeting.txt

See the syntax reference plan for more detail.

License

NewLang is licensed under the GNU LGPL version 2.1 or later.