Parser 2.0 (Major Delezer) #52

Merged
defunkt merged 35 commits from parser2 into main 2025-12-08 16:35:34 +00:00
Showing only changes of commit ef20c67e61 - Show all commits

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[]) {