some cleanup

This commit is contained in:
nora 2023-07-23 21:49:52 +02:00
parent 5c6ade6cbb
commit 000f17b97e
6 changed files with 22 additions and 30 deletions

View file

@ -7,11 +7,7 @@ import { typeck } from "./typeck";
const input = `
function main() = (
let a = 0 in
let b = a in
let c = b in
let d = c in
d;
let true = false in print(true)
);
`;