phi-lang/stage2.js
Simon From Jakobsen 4289d04ec3 more compiler stuff
2025-09-22 16:22:03 +02:00

4 lines
102 B
JavaScript

#!/usr/bin/env node
import { Runtime } from "./runtime.js"
const runtime = new Runtime("compile.phi")