Skip to content

Commit

Permalink
Complete jack compiler
Browse files Browse the repository at this point in the history
There is a major issue with the lexical parser. It needs whitespaces
to be able to parse correctly
  • Loading branch information
eddiecooro committed Oct 13, 2019
1 parent 3646662 commit 49908b9
Show file tree
Hide file tree
Showing 8 changed files with 397 additions and 182 deletions.
15 changes: 15 additions & 0 deletions 11/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/JackCompiler.js",
"args": ["./Pong"]
}
]
}
Loading

0 comments on commit 49908b9

Please sign in to comment.