lower let

This commit is contained in:
nora 2023-07-29 18:10:08 +02:00
parent e88d0f8782
commit 9ac5fec4bd
2 changed files with 53 additions and 17 deletions

View file

@ -11,11 +11,13 @@ import { exec } from "child_process";
const input = `
function printInt(a: Int) = (
0;
(
0;
1
);
let a = 0;
let b = 0;
let c = ();
a + b;
c
);
function main() = ;