--version, for now

This commit is contained in:
Chris Wanstrath 2025-12-03 15:40:37 -08:00
parent 9b1890a3db
commit ef20c67e61

View File

@ -31,7 +31,7 @@ ${colors.bright}Options:${colors.reset}
}
function showVersion() {
console.log('🦐 v0.0.1')
console.log('🦐 v0.0.1 (non-lezer parser)')
}
async function evalCode(code: string, imports: string[]) {