No description
Find a file
2018-03-04 18:15:19 +03:00
doc
regression Parser 2018-02-25 18:26:15 +03:00
src Merge branch 'master' of https://github.com/dboulytchev/compiler-workout 2018-03-04 18:15:19 +03:00
.travis.yml specified fork of ocaml-ci-scripts 2018-02-24 23:42:54 +07:00
Makefile Patched makefiles to perform complete cleanup and strip trailing cr 2018-02-23 20:18:58 +03:00
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