Skip to content

Commit

Permalink
updating Compiler/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Becker-Mayer authored and Isaiah Becker-Mayer committed Jan 21, 2024
1 parent 71bc32a commit 5d1972e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ The test programs under the `test/` directory are copied (and optionally modifie
The testing is currently done by manually running and checking the test output against the software-suite-provided emulator; however the VM itself isn't all that complex and so it wouldn't be too difficult to build another emulator in go that could be used in an automated test suite.

Alternatively there is likely some way to hook into the provided emulator such that you could load the program, run the simulation, and then check the output programatically.

Tests TODO:

- ~Seven~
- ~ConvertToBin~
- Square
- Average
- Pong
- ComplexArrays

0 comments on commit 5d1972e

Please sign in to comment.