fix break

This commit is contained in:
nora 2023-07-30 21:04:29 +02:00
parent 0bf9aed35e
commit 1dad80f4c1
6 changed files with 70 additions and 33 deletions

View file

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