Initial commit with a few basic files

This commit is contained in:
2024-10-19 21:08:09 +11:00
commit 655827f672
4 changed files with 97 additions and 0 deletions

11
docs/index.md Normal file
View File

@@ -0,0 +1,11 @@
# Introduction
[![Continuous Integration v2.x](https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg)](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)