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