No Description

Dennis Furey 564858c83d simplified the readme file 12 years ago
avm b9420c1c6f first commit 12 years ago
doc b3201547d5 rebuilt avram.html with --ifinfo 12 years ago
src b9420c1c6f first commit 12 years ago
AUTHORS b9420c1c6f first commit 12 years ago
COPYING b9420c1c6f first commit 12 years ago
ChangeLog b9420c1c6f first commit 12 years ago
FAQ b9420c1c6f first commit 12 years ago
HISTORY b9420c1c6f first commit 12 years ago
INSTALL b9420c1c6f first commit 12 years ago
Makefile.am b9420c1c6f first commit 12 years ago
Makefile.in b9420c1c6f first commit 12 years ago
README.md 564858c83d simplified the readme file 12 years ago
aclocal.m4 b9420c1c6f first commit 12 years ago
avram.lsm.in c5c5eb78d5 minor updates to email, library paths, and html docs 12 years ago
avram.spec.in c5c5eb78d5 minor updates to email, library paths, and html docs 12 years ago
compile b9420c1c6f first commit 12 years ago
config.guess b9420c1c6f first commit 12 years ago
config.h.in b9420c1c6f first commit 12 years ago
config.sub b9420c1c6f first commit 12 years ago
configure b9420c1c6f first commit 12 years ago
configure.in c5c5eb78d5 minor updates to email, library paths, and html docs 12 years ago
depcomp b9420c1c6f first commit 12 years ago
install-sh b9420c1c6f first commit 12 years ago
ltconfig b9420c1c6f first commit 12 years ago
ltmain.sh b9420c1c6f first commit 12 years ago
missing b9420c1c6f first commit 12 years ago
mkinstalldirs b9420c1c6f first commit 12 years ago

README.md

avram - applicative virtual machine code interpreter

This package includes a virtual machine code interpreter and a development library. It enables you to run programs that have been compiled into the virtual code format that it uses. A compiler to generate code in this format is a separate project.