This commit is contained in:
2025-01-11 21:44:44 +11:00
parent ba4d4fedc1
commit 9d26f94e25
2 changed files with 14 additions and 3 deletions

View File

@@ -4,8 +4,6 @@ To help you start using Toy as fast as possible, here are the core elements of t
## Keyword 'print' ## Keyword 'print'
Firstly, the `print` keyword is used to output data to
## Keyword 'assert' ## Keyword 'assert'
## Variables and Types ## Variables and Types

View File

@@ -30,6 +30,19 @@
<meta name="twitter:description" content="The Toy Programming Language" /> <meta name="twitter:description" content="The Toy Programming Language" />
</head> </head>
<body> <body>
<p>There's nobody here but us chickens!</p> <div style="justify-self: center; max-width: 840px;">
<image src="toylogo.png" width="250" height="250" />
</div>
<br>
<div style="justify-self: center; max-width: 840px;">
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v1.yml/badge.svg">
<br>
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg">
</div>
<div style="justify-self: center; max-width: 840px;">
<p>There's nobody here but us chickens!</p>
<p>The v2 docs aren't visible yet, but they've been marked as "in progress", so expect the first few pages within a week.</p>
<p>In the meantime, <a href="https://github.com/Ratstail91/Toy">click here</a> for the source code.</p>
</div>
</body> </body>
</html> </html>