eva-vm This repo contains code for the Building a Virtual Machine for Programming Language course by Dmitry Soshnikov Command to compile: clang++ -std=c++17 -Wall -ggdb3 ./eva-vm.cpp -o eva-vm How to run: eva-vm -e '<expression>' or eva-vm -f test.eva