Skip to content

Commit

Permalink
updating README and adding gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Becker-Mayer committed Apr 28, 2021
1 parent 2203239 commit 1006c7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Compiler/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# JackCompiler is the typical name of the built binary
JackCompiler
10 changes: 6 additions & 4 deletions Compiler/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Compiler

#### Testing

To run all the tests from the command line, run
#### Build

```
go test ./test/
go build -o Compiler main.go
```

#### Testing

TODO: instructions for getting the vm simulator, compiling, etc.

0 comments on commit 1006c7b

Please sign in to comment.