lama_byterun/README.md

17 lines
428 B
Markdown
Raw Normal View History

2018-02-13 01:39:16 +03:00
# compiler-workout
2018-02-14 15:58:05 +03:00
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.git`
* `opam pin add ostap https://github.com/dboulytchev/ostap.git`
* `opam install ostap`
* `opam install GT`
* To build the sources: `make` from the top project directory
* To test: `test.sh` from `regression` subfolder