Skip to content

gayathrymw/VMTranslator-using-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

VMTranslator-using-Java

This is a Virtual Machine Language Translator made using Java which Translates VM language code into assembly code.
This VM Translator has three modules:

  1. VMTranslator.java which is the top-most/ main module which drives the process.
  2. Parser.java which reads a VM command, parses the command into its lexical components, and provides convenient access to these components. It also removes all the white-spaces and comments.
  3. CodeWriter.java which generates the actual assembly codes by translating the VM codes.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%