diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf26013 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## 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](docs/syntax.md) for more detail. + +## License + +NewLang is licensed under the [GNU LGPL version 2.1 or later](LICENSE.LGPL-2.1.md). + +- Copyright: 2021 Jookia +- SPDX-License-Identifier: LGPL-2.1-or-later