mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Fixed a typo
This commit is contained in:
4
index.md
4
index.md
@@ -10,7 +10,7 @@ title: The Toy Programming Language
|
||||
</div>
|
||||
|
||||
<div style="justify-self: center;">
|
||||
<img src="https://github.com/krgamestudios/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg">
|
||||
<a href="https://github.com/krgamestudios/Toy"><img src="https://github.com/krgamestudios/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg"></a>
|
||||
</div>
|
||||
|
||||
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 text files.
|
||||
@@ -25,5 +25,5 @@ This website presents the documentation for Toy version 2.x.
|
||||
* First-class functions and closures
|
||||
* Extensible with importable native code
|
||||
* Can re-direct output, error and assert failure messages
|
||||
* Open-Source under the Zlib license
|
||||
* Open-Source under the zlib license
|
||||
|
||||
|
||||
Reference in New Issue
Block a user