Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 612 Bytes

File metadata and controls

23 lines (14 loc) · 612 Bytes

Make your own Language - Basic C-Like Compiler

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

BasicCCompiler.-.VMInterpreter.-.ScriptInterpreterTest.Visual.mp4