Skip to content

jakogut/tinyvm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
September 4, 2011 06:04
lib
September 4, 2011 06:04
February 12, 2017 15:41
September 4, 2011 06:04
February 12, 2017 15:41
January 15, 2013 08:43
TinyVM is a virtual machine with the goal of having a small footprint.
Low memory usage, a small amount of code, and a small binary.

Building can be accomplished on UNIX-like systems with make and GCC.

There are no external dependencies, save the C standard library.

Building can be accomplished using "make," or "make rebuild".

To build a debug version, add "DEBUG=yes" after "make". To build a binary with
profiling enabled, add "PROFILE=yes" after "make".

I can be reached at "joseph.kogut(at)gmail.com"

About

TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published