remove (most of the) tests from interpreter module

This commit is contained in:
ProgramSnail 2026-02-15 18:42:13 +00:00
parent 97be28ff56
commit 98d0fe2995
2 changed files with 1 additions and 438 deletions

View file

@ -39,3 +39,4 @@ let%expect_test "some test" = print_endline (synt_t5 ()); [%expect {| [[Ref; Ref
let%expect_test "some test" = print_endline (synt_t6 ()); [%expect {| [[Ref; Ref]; [Val; Ref]; [Ref; Val]; [Val; Val]] |}]
let%expect_test "some test" = print_endline (synt_t7 ()); [%expect {| [[Ref; Val]; [Val; Val]] |}]
let%expect_test "some test" = print_endline (synt_t8 ()); [%expect {| [[Val; Ref]; [Val; Val]] |}]
(* TODO: test with assymetric args order *)