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,6 +2,6 @@
#include "toy_interpreter.h"
int Toy_hookRandom(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);
#define TOY_OPAQUE_TAG_RANDOM 200
int Toy_hookRandom(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);