Moved the badge

This commit is contained in:
2025-01-12 16:11:12 +11:00
parent 42dbe038cf
commit 1e432387c2
3 changed files with 5 additions and 7 deletions

View File

@@ -7,6 +7,10 @@ title: The Toy Programming Language
<image src="assets/toylogo.png" width="250" height="250" />
</div>
<div style="justify-self: center;">
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg">
</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.
This website presents the documentation for Toy version 2.x.