mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
No description
|
|
||
|---|---|---|
| doc | ||
| regression | ||
| runtime | ||
| src | ||
| .gitignore | ||
| .travis.yml | ||
| Makefile | ||
| opam | ||
| README.md | ||
compiler-workout
Supplementary repository for compiler course.
Prerequisites: ocaml [http://ocaml.org], opam [http://opam.ocaml.org].
Building:
opam pin add GT https://github.com/kakadu/GT.git#ppxopam pin add ostap https://github.com/dboulytchev/ostap.gitopam install ostapopam install GT- To build the sources:
makefrom the top project directory - To test:
test.shfromregressionsubfolder