We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fbfed commit 135c478Copy full SHA for 135c478
src/VMTranslator.java
@@ -66,7 +66,7 @@ public static void main (String[] args) {
66
}
67
68
/**
69
- * Parse the input file, generate the Hack assembly code, and write it to the output file
+ * Parse the input file VM code, generate the Hack assembly code, and write it to the output file
70
* @param parser the Parser object
71
* @param inputFileName the name of the input file
72
* @param codeWriter the CodeWriter object
0 commit comments