mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 08:08:47 +00:00
No description
* origin/hw2: Fixed common.ml/Syntax.ml Fixed common.mlyet again Fixed SM.run Added SM.run Fixed common.ml Sync Added CONST instruction |
||
|---|---|---|
| doc | ||
| regression | ||
| src | ||
| .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/dboulytchev/GT.gitopam 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