Commit History
@master
git clone http://git.haldean.org/cvm/
- There's nothing like implementing malloc to find a bunch of bugs Will Brown 10 years ago
- Support '#include' preprocessor directive. Will Brown 10 years ago
- Better exception handling and printing Will Brown 10 years ago
- Function calling complete. Will Brown 10 years ago
- VM can now call functions without arguments. Will Brown 10 years ago
- Update the way instructions are printed so they can be written straight out to file Will Brown 10 years ago
- An important comment that needs to be made. Will Brown 10 years ago
- Huzzah! Code generation for function calling. Will Brown 10 years ago
- Add debugging flags, and more granularity in what gets printed. Will Brown 10 years ago
- Ignore wiki directory Will Brown 10 years ago
- Add PUSH and POP instructions, new test case Will Brown 10 years ago
- Assembly-to-bytecode in cvmc, add PRINT and ONZJMP. Will Brown 10 years ago
- More instructions available in VM. Will Brown 10 years ago
- It lives! Will Brown 10 years ago
- First version of virtual machine. Will Brown 10 years ago
- High-level refactoring. Moving files and the like. Will Brown 10 years ago
- Update PLY commands to keep root directory clean(er) Will Brown 10 years ago
- More stuff to ignore Will Brown 10 years ago
- Move cvm to cvmc Will Brown 10 years ago
- Binary code generation. Will Brown 10 years ago
- Add a dummy linker. Will Brown 10 years ago
- Lots of code generation stuff. Will Brown 10 years ago
- Arithmetic code generation. Will Brown 10 years ago
- Denote variables with a 'var' flag Will Brown 10 years ago
- Simple test case for testing arithmetic code generation. Will Brown 10 years ago
- Initial commit of some translating code. Will Brown 10 years ago
- Evaluate string constants to expand escape characters Will Brown 10 years ago
- Improvements to parsing string and character literals. Will Brown 10 years ago
- Refactoring in preparation for interpreter Will Brown 10 years ago
- Move parsing into `cvm.parse` package. Will Brown 10 years ago