slash

slash is a simple type-oriented programming language
Log | Files | Refs | README | LICENSE

pipeline.h (166B)


      1 /*
      2  * pipeline.h -- compile() fwddef
      3  */
      4 
      5 #ifndef PIPELINE_H
      6 #define PIPELINE_H
      7 
      8 /* run the full compilation pipeline */
      9 void compile(void);
     10 
     11 #endif /* PIPELINE_H */