README 559 B

1234567891011121314
  1. avram - applicative virtual machine code interpreter
  2. Copyright (C) 2006,2007,2012 Dennis Furey
  3. This package includes a virtual machine code interpreter and a
  4. development library. It enables you to run programs that have been
  5. compiled into the virtual code format that it uses. A compiler to
  6. generate code in this format is available separately at
  7. https://github.com/gueststar/Ursala.
  8. This is a feature branch dedicated to migrating from autotools
  9. to CMake. Installation instructions haven't been written yet.
  10. - Dennis Furey <[email protected]>