Added toy.h to the docs

This commit is contained in:
2023-03-11 00:40:04 +11:00
committed by GitHub
parent 4eba9b0e03
commit 06599dbaee
2 changed files with 5 additions and 0 deletions

4
c-api/toy_h.md Normal file
View File

@@ -0,0 +1,4 @@
# toy.h
This header includes a number of other header files, which are essential for the normal operation of Toy. It also includes some broad outlines, written in the comments, of what each header does. It's intended as a good starting point for people looking to dive deeper into the langauge's implementation.

View File

@@ -70,6 +70,7 @@ print tally(); //3
<hr /> <hr />
* [repl_tools.h](c-api/repl_tools_h.md) * [repl_tools.h](c-api/repl_tools_h.md)
* [toy.h](c-api/toy_h.md)
* [toy_common.h](c-api/toy_common_h.md) * [toy_common.h](c-api/toy_common_h.md)
* [toy_compiler.h](c-api/toy_compiler_h.md) * [toy_compiler.h](c-api/toy_compiler_h.md)
* [toy_interpreter.h](c-api/toy_interpreter_h.md) * [toy_interpreter.h](c-api/toy_interpreter_h.md)