mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 07:18:48 +00:00
fixes, more stdlib functions (& stdlib binops), printf and etc. temporally disabled
This commit is contained in:
parent
43088ec9f9
commit
3834897b78
5 changed files with 76 additions and 16 deletions
|
|
@ -454,7 +454,7 @@ void run_main(Bytefile* bf, int argc, char **argv) {
|
|||
case CMD_CTRL_FAIL: { // FAIL %d %d
|
||||
int line = ip_read_int(&s.ip);
|
||||
int col = ip_read_int(&s.ip);
|
||||
print_stack(&s);
|
||||
print_stack(&s); // NOTE: debug info
|
||||
Bmatch_failure(s_pop(), argv[0], BOX(line), BOX(col));
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue