Skip to content

1.2 [Wizard]

Latest

Choose a tag to compare

@Voblit Voblit released this 23 Jul 21:43
3b0da6d

Finally, we've added an interactive wizard, and flags to allow for multiple files compiled, and to only compile to C.

fourth_release
  • Interactive CLI Wizard: Added an interactive terminal wizard triggered automatically when launching py2ez80.exe without arguments or via the --wizard flag.
  • C-Only Output Flag (--only-c): Added support to transpile Python files directly to standalone C99 (.c) source code without invoking the CEdev build pipeline.
  • Batch Compilation (--multi): Introduced multi-file processing support to sequentially transpile and compile multiple Python scripts in a single command.
  • ANSI Color Output: Added multi-colored ANSI terminal styling across standard build logs, status messages, and the terminal header banner.