More styling tweaks

This commit is contained in:
2023-02-18 21:40:15 +11:00
committed by GitHub
parent f5f5e7d7d8
commit 423816a068

View File

@@ -1,6 +1,6 @@
<p align="center">
<div align="center">
<image src="toylogo.png" />
</p>
</div>
[![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
<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)