No description
Find a file
Dmitry Boulytchev cc74386aae Intro is written
2018-02-15 11:34:59 +03:00
doc Intro is written 2018-02-15 11:34:59 +03:00
regression Removed obsolete files 2018-02-14 15:41:16 +03:00
src Testing 2018-02-14 15:39:40 +03:00
Makefile Initial commit 2018-02-13 02:03:27 +03:00
README.md Added README.md 2018-02-14 15:58:05 +03:00

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