Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkjoij/clbc-d

The D Programming Language Cross-language bytecode (clbc) implementation.
https://github.com/darkjoij/clbc-d

Last synced: about 2 months ago
JSON representation

The D Programming Language Cross-language bytecode (clbc) implementation.

Awesome Lists containing this project

README

        

# clbc-d
The D Programming Language Cross-language bytecode (clbc) implementation.

# Assembling
To build a stable version, use `dub duild -release`. To run unittests use `dub duild -unittest`.

###### In development.