Hacker News new | ask | show | jobs
by wilonth 2643 days ago
It has 2 modes, one for debug (compile directly to machine code) and one for release (compile to c)
1 comments

So in other words the released version is just a V to C writer? That sounds less like a language compiler and more like a glorified string converter.