diff --git a/index.md b/index.md index 09f97f4..f0fb569 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ -

+

-

+
[![Running Comprehensive Tests](https://github.com/Ratstail91/Toy/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/Ratstail91/Toy/actions/workflows/c-cpp.yml) @@ -30,6 +30,8 @@ print tally(); //3 # Nifty Features +
+ * 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 +
+ * [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 +
+ * [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 +
+ * [repl_tools.h] * [toy_ast_node.h](c-api/toy_ast_node_h.md) * [toy_common.h](c-api/toy_common_h.md)