説明なし

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

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.