HaxeFoundation / try.haxe.org

run Haxe code snippets in your browser
https://try.haxe.org
MIT License
18 stars 10 forks source link

Show C source in HL output #18

Open nspitko opened 7 months ago

nspitko commented 7 months ago

I often find myself wanting to see how hl/c deals with certain things (inlining, allocations, abstracts, etc).

JS already has this, adding it to HL would be neat too. Possibly as an additional toggle in the settings page since this will require a second compilation.