shinh / elvm

EsoLangVM Compiler Infrastructure
MIT License
1.13k stars 143 forks source link

A follow up for #112 (subleq) #114

Closed shinh closed 2 years ago

shinh commented 2 years ago

I also checked if changing the default value of g_emit_started in tools/util.c from false to true is OK, it seems all callers use emit_reset() before using it and I agree g_emit_started = true is a better default.