Skip to content

Support separate compilation and cache build

Compare
Choose a tag to compare
@DQNEO DQNEO released this 05 Aug 09:48
· 260 commits to main since this release
  • Support separate compilation
  • Compiled package objects are stored into a .dcl.go file as forward declarations so that a later compilation can reuse them.
  • Introduce subcommand system
  • Features of babygo are now split into subcommands such as build , list, and compile.
  • Made os/exec to execute any linux commands by fork-and-exec mechanism