Marked the project as open beta
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
No hating on other people, OK?
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
The Toy Programming Language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host's developers and end users, achieved by exposing program logic through external scripts.
|
The Toy Programming Language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host's developers and end users, achieved by exposing program logic through external scripts.
|
||||||
|
|
||||||
This repository holds the reference implementation for Toy version 2.x, written in C - alpha testing is currently underway.
|
This repository holds the reference implementation for Toy version 2.x, written in C - open beta is currently underway.
|
||||||
|
|
||||||
# Nifty Features
|
# Nifty Features
|
||||||
|
|
||||||
@@ -60,6 +60,13 @@ This source code is covered by the Zlib license (see [LICENSE](LICENSE) for deta
|
|||||||
|
|
||||||
# Contributors and Special Thanks
|
# Contributors and Special Thanks
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<image src="noai.png" alt="No AI" width="200px" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
Contributions via the [GitHub mirror](https://github.com/krgamestudios/Toy) are welcome, but absolutely no AI contributions will be accepted.
|
||||||
|
|
||||||
|
"No AI" logo by [Suyash Dwivedi, via wikimedia, CC BY-SA 4.0](https://commons.wikimedia.org/w/index.php?curid=165477595)
|
||||||
@NishiOwO - Unofficial NetBSD support
|
@NishiOwO - Unofficial NetBSD support
|
||||||
@Gipson62 - v1 docs spell checking
|
@Gipson62 - v1 docs spell checking
|
||||||
@8051Enthusiast - `fixAlignment()` trick
|
@8051Enthusiast - `fixAlignment()` trick
|
||||||
@@ -70,6 +77,6 @@ This source code is covered by the Zlib license (see [LICENSE](LICENSE) for deta
|
|||||||
Various Anons - Feedback
|
Various Anons - Feedback
|
||||||
@munificent - For [writing the book](http://craftinginterpreters.com/) that sparked my interest in langdev
|
@munificent - For [writing the book](http://craftinginterpreters.com/) that sparked my interest in langdev
|
||||||
|
|
||||||
# Patreon Supporters
|
# Financial Supporters
|
||||||
|
|
||||||
You can show your support and be listed here by joining my [Patreon](https://patreon.com/krgamestudios).
|
You can show your support and be listed here by joining my [Patreon](https://patreon.com/krgamestudios), or buying me a coffee at [ko-fi](https://ko-fi.com/krgamestudios).
|
||||||
+5
-1
@@ -44,4 +44,8 @@ while (true) {
|
|||||||
|
|
||||||
This website is a work in progress - for further info, see the official repository: [https://gitea.krgamestudios.com/krgamestudios/Toy](https://gitea.krgamestudios.com/krgamestudios/Toy), or the GitHub mirror: [https://github.com/krgamestudios/Toy](https://github.com/krgamestudios/Toy).
|
This website is a work in progress - for further info, see the official repository: [https://gitea.krgamestudios.com/krgamestudios/Toy](https://gitea.krgamestudios.com/krgamestudios/Toy), or the GitHub mirror: [https://github.com/krgamestudios/Toy](https://github.com/krgamestudios/Toy).
|
||||||
|
|
||||||
An example of Toy in action: [Vampire Toyvivors](https://gitea.krgamestudios.com/krgamestudios/VampireToyvivors) (a simple "game" used for testing).
|
An example of Toy in action: [Vampire Toyvivors](https://gitea.krgamestudios.com/krgamestudios/VampireToyvivors) (a simple "game" used for testing, not intended for commercial release).
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<image src="img/noai.png" alt="No AI" width="200px" />
|
||||||
|
</p>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
Reference in New Issue
Block a user