A Basic Experiment in Parser and Compilers and Stack VM . A basic stack based CPU with Assembly language and basic commands. A basic programming Languge Parsed to Tokens to e parsed to expressions to be compiled to assembly code to be executed on the virtual CPU... Also to be used to Parse English grammar to make abstract syntax trees.
programming-language parser compiler context-free-grammar compiler-design abstract-syntax-tree stack-vm tokenizer-parser stack-virtual-cpu langugae-design
-
Updated
May 2, 2021 - Visual Basic .NET