This is the top level repo for the JPEB computer system.
Clone the repo with git clone --recurse-submodules
Pull the updates with git pull --recurse-submodules
Use the makefile here for full stack tests.
Note that this requires building the compiler, emulator, and simulator before hand.
make add_test
make add_test.clean cleans only that test
make add_test.run compiles and runs the test in simulation