Added a simple REPL.
This commit is contained in:
parent
238a9a3bbe
commit
3a2afdea69
3 changed files with 93 additions and 1 deletions
|
|
@ -16,4 +16,7 @@
|
|||
|
||||
Bytecode *parse_file_to_bytecode(const char *path);
|
||||
|
||||
/* Parse source provided as a single string buffer (for REPL, tests, etc.). */
|
||||
Bytecode *parse_string_to_bytecode(const char *source);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue