An attempt to write simple Compiler, Assembler building blocks & a Virtual Machine to run the compiled code.
Steps:
- LexicalAnalyzer
- BNF_To_C++
- SyntaxAnalyzer
- CodeGenerator
- VMInterpreter
Here is an example of:
BasicCCompiler - VMInterpreter
BasicCCompiler.-.VMInterpreter.-.0.mp4
BasicCCompiler.-.VMInterpreter.-.1.mp4
BasicCCompiler - VMInterpreter - ScriptInterpreterTest Visual