mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Initial commit with a few basic files
This commit is contained in:
11
docs/index.md
Normal file
11
docs/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Introduction
|
||||
|
||||
[](https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml)
|
||||
|
||||
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.
|
||||
|
||||
The reference implementation can be found on [GitHub](https://github.com/Ratstail91/Toy).
|
||||
|
||||
[Reserved Words](reserved-words.md)
|
||||
[Operators](operators.md)
|
||||
|
||||
Reference in New Issue
Block a user