Supplementary repository for compiler course.
Prerequisites: ocaml [http://ocaml.org] (recommended version 4.06.01), opam [http://opam.ocaml.org] (recommended version >= 2.0.1), gcc-multilib.
Building:
- opam pin add GT https://github.com/kakadu/GT.git#ppx
- 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
How to submit your HW:
- fork repo
- checkout branch hw<№>
- open a pull request from hw[№] branch of your repository into corresponding hw[№] branch of this repo
- NB: in pull request title you have to specify your name, surname (both full and in russian), university, and group
- we will take a look on your pull request if and only if travis has successfully build and test your submission (a green mark has to appear next to your pull-request title)