Renamed drive system

This commit is contained in:
2023-07-26 01:06:08 +10:00
parent f4bfb73f47
commit e58aa10d42
4 changed files with 2 additions and 3 deletions

View File

@@ -63,10 +63,10 @@ print tally(); //3
## Public C API
* [repl_tools.h](c-api/repl_tools_h.md)
* [drive_system.h](c-api/drive_system_h.md)
* [toy.h](c-api/toy_h.md)
* [toy_common.h](c-api/toy_common_h.md)
* [toy_compiler.h](c-api/toy_compiler_h.md)
* [toy_drive_system.h](c-api/toy_drive_system_h.md)
* [toy_interpreter.h](c-api/toy_interpreter_h.md)
* [toy_lexer.h](c-api/toy_lexer_h.md)
* [toy_literal_array.h](c-api/toy_literal_array_h.md)