Bez popisu

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

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.