Name | NetID |
---|---|
Andrew Lin | al2245 |
Jason Dong | jd876 |
Dalton Luce | dcl252 |
Su Yean Leong | sl2658 |
-
Create a new switch named "final_project"
opam switch create final_project 5.0.0
-
Install our required packages
opam install -y utop odoc ounit2 qcheck bisect_ppx menhir ocaml-lsp-server ocamlformat ocamlformat-rpc yojson bogue
-
Ensure you are on the correct switch
opam switch list
It should look something like:
- Command line:
make yum
- GUI:
make yummy
-
Install cloc using homebrew (install homebrew if neccesary)
brew install cloc
-
Run command in source directory
cloc --by-file --include-lang=OCaml .