mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
regression tests output check & fixes
This commit is contained in:
parent
3dfefdb2ca
commit
905632aab6
4 changed files with 14 additions and 4 deletions
|
|
@ -486,10 +486,10 @@ void run_main(Bytefile* bf, int argc, char **argv) {
|
|||
s_push_i(Bsexp_tag_patt(s_pop()));
|
||||
break;
|
||||
case CMD_PATT_REF_TAG: // #ref
|
||||
s_push_i(Bunboxed_patt(s_pop()));
|
||||
s_push_i(Bboxed_patt(s_pop()));
|
||||
break;
|
||||
case CMD_PATT_VAL_TAG: // #val
|
||||
s_push_i(Bboxed_patt(s_pop()));
|
||||
s_push_i(Bunboxed_patt(s_pop()));
|
||||
break;
|
||||
case CMD_PATT_FUN_TAG: // #fun
|
||||
s_push_i(Bclosure_tag_patt(s_pop()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue