]> git.lizzy.rs Git - nothing.git/blob - src/ebisp/repl_runtime.h
unpack_args -> match_list
[nothing.git] / src / ebisp / repl_runtime.h
1 #ifndef REPL_RUNTIME_H_
2 #define REPL_RUNTIME_H_
3
4 typedef struct Gc Gc;
5 struct Scope;
6
7 void load_repl_runtime(Gc *gc, struct Scope *scope);
8
9 #endif  // REPL_RUNTIME_H_