Greg Sherman, Patrick Zhou, Murphy Tian
You can find our project report at Project Report.pdf
- Run
make main && ./main
- Run
make tests && ./tests
Our code follow the Google C++ Style Guide. We use Clang to automatically check the quality of our source code.
Excecute the following commands to check the syntax. The format target will automatically correct the code. The check-lint and `check-clang-tidy-p1' targets will print errors and instruct how to fix it to conform to the style guide.
$ make format
$ make check-clang-tidy-p1