No description
Find a file
Dmitry Boulytchev bd80caf440 Continue spec;
2020-02-17 01:51:52 +03:00
doc Continue spec; 2020-02-17 01:51:52 +03:00
regression Paths 2020-02-16 02:02:54 +03:00
runtime Eta-extension 2020-02-15 22:58:43 +03:00
src Continue spec; 2020-02-17 01:51:52 +03:00
stdlib Paths 2020-02-16 02:02:54 +03:00
.gitignore Paths 2020-02-16 02:02:54 +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