aboutsummaryrefslogtreecommitdiff
blc - bl-compiler
=================
Written as A-Level project, compiler for the bl programming language.


Requirements
------------
- make


Building
--------
    mkdir build
    cd build
    ../configure
    make