Cairo VM is the virtual machine for the Cairo language. Previously, there was a version of Cairo VM written in Python, which was used in production. This repository contains the newer version, written ...
The goal is to understand how Virtual Machines work (in this case registry based one). Some registry based virtual machines are Erlang's BEAM VM, Lua's VM (which is written in C89) and Dalvik VM used ...