bl-compiler

compiler for the bl programming language.
Log | Files | Refs | README

README (204B)


      1 blc - bl-compiler
      2 =================
      3 Written as A-Level project, compiler for the bl-language.
      4 
      5 
      6 Requirements
      7 ------------
      8 - make
      9 
     10 
     11 Building
     12 --------
     13     mkdir build
     14     cd build
     15     ../configure
     16     make