← Back to context Comment by QuadmasterXLII 7 hours ago Right, but like which one does it do in the demo? 1 comment QuadmasterXLII Reply FirTheMouse 7 hours ago The demos run as interpreted trees through the x stage, no code emission yet, just direct execution of the AST. That's why they're demos rather than compilers. The scaffolding for native emission is there but empty.
FirTheMouse 7 hours ago The demos run as interpreted trees through the x stage, no code emission yet, just direct execution of the AST. That's why they're demos rather than compilers. The scaffolding for native emission is there but empty.
The demos run as interpreted trees through the x stage, no code emission yet, just direct execution of the AST. That's why they're demos rather than compilers. The scaffolding for native emission is there but empty.