You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decouple Chirpy blog publishing from destination repo. (150c180)
Move backend-owned C fragments behind emitter helpers. (a9f7ac1)
Add an on-demand Stage 1/Stage 2 codegen comparison script. (f1b9f42)
Preserve exact --gen stdout newlines in Stage 1. - Write generated C with sys.stdout.write() in cmd_codegen() so Stage 1 preserves the emitter output exactly. - Add a CLI regression test covering a single trailing newline on --gen stdout. (0944069)