Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 947 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 947 Bytes

compiler-workout

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:

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)