APECode compiler and runner compatible with the BAPC 2009 contest language.
Compile a submitted program:
apecc -o Main Main.apeRun a source directly:
apecode --run Main.ape < input.txtThe generated executable embeds the submitted source and imports the installed
apecode Python package at runtime.