mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
More styling tweaks
This commit is contained in:
12
index.md
12
index.md
@@ -1,6 +1,6 @@
|
||||
<p align="center">
|
||||
<div align="center">
|
||||
<image src="toylogo.png" />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
[](https://github.com/Ratstail91/Toy/actions/workflows/c-cpp.yml)
|
||||
|
||||
@@ -30,6 +30,8 @@ print tally(); //3
|
||||
|
||||
# Nifty Features
|
||||
|
||||
<hr />
|
||||
|
||||
* Simple C-like syntax
|
||||
* Bytecode intermediate compilation
|
||||
* Optional, but robust type system (including `opaque` for arbitrary data)
|
||||
@@ -41,6 +43,8 @@ print tally(); //3
|
||||
|
||||
# Getting Started
|
||||
|
||||
<hr />
|
||||
|
||||
* [Quick Start Guide](getting-started/quick-start-guide)
|
||||
* [Types](getting-started/types)
|
||||
* [About Library](getting-started/about-library)
|
||||
@@ -50,6 +54,8 @@ print tally(); //3
|
||||
|
||||
# Deep Dive
|
||||
|
||||
<hr />
|
||||
|
||||
* [Theorizing Toy](deep-dive/theorizing-toy)
|
||||
* [Building Toy](deep-dive/building-toy)
|
||||
* [Embedding Toy](deep-dive/embedding-toy)
|
||||
@@ -60,6 +66,8 @@ print tally(); //3
|
||||
|
||||
# Public C API
|
||||
|
||||
<hr />
|
||||
|
||||
* [repl_tools.h]
|
||||
* [toy_ast_node.h](c-api/toy_ast_node_h.md)
|
||||
* [toy_common.h](c-api/toy_common_h.md)
|
||||
|
||||
Reference in New Issue
Block a user