Wrote the docs for toy_literal.h

This commit is contained in:
2023-02-18 22:54:39 +11:00
committed by GitHub
parent 423816a068
commit 32c92a6cd1
5 changed files with 190 additions and 16 deletions

View File

@@ -69,14 +69,13 @@ print tally(); //3
<hr />
* [repl_tools.h]
* [toy_ast_node.h](c-api/toy_ast_node_h.md)
* [toy_common.h](c-api/toy_common_h.md)
* [toy_compiler.h](c-api/toy_compiler_h.md)
* [toy_interpreter.h](c-api/toy_interpreter_h.md)
* [toy_lexer.h](c-api/toy_lexer_h.md)
* [toy_literal_array.h]
* [toy_literal_dictionary.h]
* [toy_literal.h]
* [toy_literal.h](c-api/toy_literal_h.md)
* [toy_memory.h](c-api/toy_memory_h.md)
* [toy_parser.h](c-api/toy_parser_h.md)
* [toy_refstring.h](c-api/toy_refstring_h.md)