Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: hvm translator stage one #35

Merged
merged 1 commit into from
Nov 5, 2020
Merged

Conversation

mezzzi
Copy link
Contributor

@mezzzi mezzzi commented Jun 29, 2020

In our basic computer, a high level language (Jack) is first compiled to an intermediate language that runs on a virtual machine. This PR focuses on building the first stage for the hvm-translator abstraction; the abstraction which translates the hack virtual machine (HVM) intermediate language to an assembly code.

For more description, refer here: https://www.nand2tetris.org/course (Project 7)

Closes #23

What kind of change does this PR introduce?
This PR introduces a new feature by adding a parser module for the HVM Translator abstraction.

@mezzzi mezzzi self-assigned this Jun 29, 2020
@mezzzi mezzzi merged commit 522d25c into master Nov 5, 2020
@henok-tesfaye henok-tesfaye deleted the feat/vm-translator-stage-one branch November 6, 2020 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a parser module for the HVMTranslator
1 participant