make codegen smarter around !

This commit is contained in:
nora 2023-07-30 21:16:01 +02:00
parent 1dad80f4c1
commit 0c996eb9bc
2 changed files with 15 additions and 7 deletions

View file

@ -12,7 +12,7 @@ import { exec } from "child_process";
const input = `
function main() = (
let i = 0;
loop break;
loop (
if i > 10 then break;