Founder of @heroiclabs. A software engineer and tinkerer on distributed systems.
- San Francisco / London
- http://cmoz.me
Highlights
Stars
9
stars
written in D
Clear filter
A Parsing Expression Grammar (PEG) module, using the D programming language.
The Managed Compiler Infrastructure is a modern and intuitive compiler back end for managed languages.
DynVM is a high-level VM intended as a target for dynamic languages. DynVM executes a high-level assembly language modeled after the Lua IR. This high-level assembly laguage (hlasm) can be the targ…
D Unit Testing Framework - class MyTest {mixin TestMixin; testMethod(){assert(true);} }