No description
Find a file
Podkopaev Anton 1bcc2143b4 Typo
2018-03-05 15:35:45 +03:00
doc
regression Fixed tests yet again 2018-02-25 18:11:52 +03:00
src Added missed CONST instruction 2018-03-04 18:14:32 +03:00
.travis.yml
Makefile
opam Typo 2018-03-05 15:35:45 +03:00
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.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