Skip to content

mmamyan/Virtual-Assembler-Interpreter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Assembler-Interpreter

Virtual Machine and Compiler (C++)

  • Fully functional compiler for a simple functional language
    • Compilation of function definitions, function calls, variable declarations and definitions
    • Linkage of compiled files
  • Virtual machine to execute the output of compiler
    • Full virtual hierarchy to support loading, compiling and running instructions of the language (loader, cpu, memory).
    • Simple debugger supporting Step Over, Step Into, Execute, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • CMake 4.3%
  • C 0.2%