Menu

Tree [cdf059] master /
 History

HTTPS access


File Date Author Commit
 docs 2015-03-31 Benji Smith Benji Smith [f5163b] VM now has two modes: compiler, and machine. M...
 extra 2015-03-31 Benji Smith Benji Smith [f5163b] VM now has two modes: compiler, and machine. M...
 header 2015-05-02 Benji Smith Benji Smith [cdf059] Removed files no longer being used, and functio...
 simple-vm 2015-03-27 Benji Smith Benji Smith [1d7c2e] Added AST->Bytecode conversion.
 src 2015-05-02 Benji Smith Benji Smith [cdf059] Removed files no longer being used, and functio...
 .doxy-config 2015-03-30 Benji Smith (Lab) Benji Smith (Lab) [563cf2] Added main page for documentation.
 .gitignore 2015-03-30 Benji Smith (Lab) Benji Smith (Lab) [96742e] Added doxygen documentation.
 .travis.yml 2015-05-01 Benji Smith Benji Smith [bfc846] Attempting to add coveralls support.
 LICENSE 2015-03-30 Benji Smith (Lab) Benji Smith (Lab) [563cf2] Added main page for documentation.
 Makefile 2015-05-01 Benji Smith Benji Smith [bfc846] Attempting to add coveralls support.
 README.md 2015-05-01 Benji Smith Benji Smith [547b1c] Added coverage to ReadMe.
 mainpage.dox 2015-03-31 Benji Smith Benji Smith [f5163b] VM now has two modes: compiler, and machine. M...
 simple-vm.sln 2015-03-15 Benji Smith Benji Smith [c0e5e4] Added solution file.
 test1.svm 2015-05-02 Benji Smith Benji Smith [cdf059] Removed files no longer being used, and functio...
 test2.svm 2015-03-31 Benji Smith Benji Smith [bc2bc2] Updated VM to allow for types, with basic runti...
 test3.svm 2015-05-02 Benji Smith Benji Smith [cdf059] Removed files no longer being used, and functio...

Read Me

simple-vm

  • Build Status: Build Status
  • Windows Build: Windows Build status
  • Code Coverage: Coverage Status

A simple, stack-based VM in C++.


This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.

Creative Commons License
Simple VM by Benji Smith, is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at github.com/Benjins/simple-vm.