8000 GitHub - ElricleNecro/blvm: Mirror of https://gitlab.com/ElricleNecro/blvm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ElricleNecro/blvm

Repository files navigation

blvm pipeline status

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
0