printing!!!

This commit is contained in:
nora 2023-07-29 21:32:19 +02:00
parent 27a4ecc46b
commit 761f78de0b
6 changed files with 165 additions and 26 deletions

View file

@ -1,4 +1,4 @@
import { TY_INT, TY_STRING, TY_UNIT } from "./ast";
import { TY_INT, TY_STRING, TY_UNIT, Ty } from "./ast";
import { DUMMY_SPAN as SPAN } from "./error";
import { InferContext } from "./typeck";