コンパイラ書き直したてVMと結合テスト
test (#t): expects #t => got () test (3): expects 3 => got () test (4): expects 4 => got () test ((if #f #f #t)): expects #t => got () test (((lambda (a) 3) 4)): expects 3 => got () test (((lambda (a) (if 3 7 5)) 6)): expects 7 => got ()
全くテストが通らないw。