blvm Licensing: GPL-v3 for programs LGPL-v3 for blvm library. How to compile: $ premake gmake2 $ make How to use: Compile an example: $ ./build/Debug/bin/blasm examples/fibonacci.blasm /tmp/fibonacci.bl Run the compiled example: $ ./build/Debug/bin/blvi /tmp/fibonacci.bl