Skip to content

Commit 0178fe2

Browse files
committed
fix(cli): restore missing interpretAST call in runFile
1 parent 238f362 commit 0178fe2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ static void runFile(const char *path) {
254254
}
255255

256256
// --- Pipeline Step 4: Bytecode Gen & Execution ---
257+
InterpretResult result = interpretAST(&vm, statements);
257258
freeTypeChecker(&checker);
258259

259260
if (result != INTERPRET_OK) {

0 commit comments

Comments
 (0)