Added user input support and many fixes. (0.16.5)
This commit is contained in:
parent
2b82a01fb5
commit
37abd5d6d3
11 changed files with 216 additions and 15 deletions
1
src/vm.c
1
src/vm.c
|
|
@ -289,6 +289,7 @@ void vm_run(VM *vm, Bytecode *entry) {
|
|||
|
||||
#include "vm/io/read_file.c"
|
||||
#include "vm/io/write_file.c"
|
||||
#include "vm/io/input_line.c"
|
||||
|
||||
#include "vm/logic/and.c"
|
||||
#include "vm/logic/eq.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue