# 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](https://github.com/gueststar/ursala).