No description
Find a file
Dmitry Boulytchev 3b9fac8e9a Version
2020-02-16 01:21:27 +03:00
doc Stdlib done in spec 2020-02-12 12:37:25 +03:00
regression Massive renaming 2020-02-16 00:21:15 +03:00
runtime Eta-extension 2020-02-15 22:58:43 +03:00
src Version 2020-02-16 01:21:27 +03:00
stdlib Massive renaming 2020-02-16 00:21:15 +03:00
.gitignore Version 2020-02-16 01:21:27 +03:00
.travis.yml Replace git-checkout with volume mounting from Travis sandbox 2018-03-06 17:41:06 +03:00
Makefile Massive renaming 2020-02-16 00:21:15 +03:00
opam Opam/install 2020-02-13 18:56:27 +03:00
README.md Fixed README yet again 2018-11-07 15:05:36 +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/kakadu/GT.git#ppx
  • 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