boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

main.scm (245B)


      1 ;; cc/main.scm — production entry point. cc.scm defines cc-main; this
      2 ;; one-liner fires it under (argv). Tests catm cc.scm without this file
      3 ;; so they can run their own drivers without sys-exit pre-empting them.
      4 
      5 (sys-exit (cc-main (argv)))