tinyvm-master
C++ PURE 

所属分类:Windows编程
开发工具:WINDOWS
文件大小:27KB
下载次数:0
上传日期:2019-07-16 00:23:28
上 传 者jsmith473
说明:  TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.

文件列表:
GNUmakefile (1770, 2018-03-23)
LICENSE (1083, 2018-03-23)
SYNTAX (5816, 2018-03-23)
TODO (470, 2018-03-23)
bin (0, 2018-03-23)
include (0, 2018-03-23)
include\tvm (0, 2018-03-23)
include\tvm\tvm.h (2749, 2018-03-23)
include\tvm\tvm_file.h (412, 2018-03-23)
include\tvm\tvm_htab.h (684, 2018-03-23)
include\tvm\tvm_lexer.h (423, 2018-03-23)
include\tvm\tvm_memory.h (539, 2018-03-23)
include\tvm\tvm_parser.h (319, 2018-03-23)
include\tvm\tvm_preprocessor.h (164, 2018-03-23)
include\tvm\tvm_program.h (471, 2018-03-23)
include\tvm\tvm_stack.h (715, 2018-03-23)
include\tvm\tvm_tokens.h (193, 2018-03-23)
lib (0, 2018-03-23)
libtvm (0, 2018-03-23)
libtvm\tvm.c (1817, 2018-03-23)
libtvm\tvm_file.c (814, 2018-03-23)
libtvm\tvm_htab.c (3786, 2018-03-23)
libtvm\tvm_lexer.c (1870, 2018-03-23)
libtvm\tvm_memory.c (462, 2018-03-23)
libtvm\tvm_parser.c (6055, 2018-03-23)
libtvm\tvm_preprocessor.c (3092, 2018-03-23)
libtvm\tvm_program.c (696, 2018-03-23)
mlibc (0, 2018-03-23)
programs (0, 2018-03-23)
programs\asm (0, 2018-03-23)
programs\asm\euler1_nodiv.asm (635, 2018-03-23)
programs\c (0, 2018-03-23)
programs\c\euler (0, 2018-03-23)
... ...

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"

近期下载者

相关文件


收藏者