Tweaked docs in repl_tools.h and toy.h

This commit is contained in:
2023-07-22 19:11:45 +10:00
parent 9ed6383630
commit 8e5ec7d847
7 changed files with 116 additions and 31 deletions

View File

@@ -2,7 +2,8 @@
#include "toy_interpreter.h"
int Toy_hookRunner(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);
#define TOY_OPAQUE_TAG_RUNNER 100
int Toy_hookRunner(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);