Update compiler

This commit is contained in:
2026-01-21 11:38:37 +11:00
parent d3c03b4987
commit dac983b684
2 changed files with 41 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#include "types.h"
#include "interpreter.h"
char* compileGroundProgram(GroundProgram* program);
[[noreturn]] void runtimeError(GroundRuntimeError error, char* what, GroundInstruction* where, int whereLine);