No description
Find a file
Dmitry Boulytchev 851e848035 Fixed typos
2018-02-25 19:14:25 +03:00
doc
regression Fixed tests yet again 2018-02-25 18:11:52 +03:00
src Fixed typos 2018-02-25 19:14:25 +03:00
.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.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