Updatedd license

This commit is contained in:
2026-04-07 12:30:25 +10:00
parent f06218b9cd
commit 3f35502694
3 changed files with 26 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
<image src="toylogo.png" />
</p>
<p style="color:red;font-weight: bold;">This is a work in progress, and is not fit for purpose. I hope I can get it to a useable state, but personal issues can often make dedicating myself to a project difficult. Your patience and support is greatly appreciated.</p>
**This is a work in progress, and is not yet fit for purpose. I hope I can get it to a useable state, but personal issues can often make dedicating myself to a project difficult. Your patience and support is greatly appreciated.**
# Toy v2.x
@@ -13,7 +13,7 @@ This repository holds the reference implementation for Toy version 2.x, written
# Nifty Features
* Simple C-like/JS-like syntax
* Intermediate AST representation
* Intermediate AST and bytecode representations
* Strong, but optional type system
* First-class functions and closures
* Extensible with imported native code
@@ -28,15 +28,9 @@ Watch this space.
# Building
TODO: Look into cmake
Watch this space.
Supported platforms are: `linux-latest`, `windows-latest`, `macos-latest`, using [GitHub's standard runners](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories).
Support for NetBSD is present, but not guaranteed.
To build the shared library, run `make source`.
To build the shared library and repl, run `make repl`.
To build and run the test suites, run `make tests` (`make tests-gdb` and `make tests-valgrind` options are also available).
(`make` and `make tests` might help.)
# Tools
@@ -48,7 +42,7 @@ Watch this space.
# License
This source code is covered by the Zlib license (see [LICENSE.md](LICENSE.md)).
This source code is covered by the Zlib license (see [LICENSE](LICENSE) for details).
# Contributors and Special Thanks
@@ -64,6 +58,4 @@ Various Anons - Feedback
# Patreon Supporters
Watch this space.
You can show your support and be listed here by joining my [Patreon](https://patreon.com/krgamestudios).