pandita
•
•
2 min read
VMs — Parsing and Syntax
So far the Pandita virtual machine has three phases: a parser that produces an abstract syntax tree, a compiler that takes the AST and produces byte-code, and a virtual machine...
Read Article