No description
Find a file
2018-03-05 00:54:50 +03:00
doc Fixed typos in doc 2018-02-15 23:40:23 +03:00
regression x86 for the linear language 2018-03-04 23:13:08 +03:00
runtime x86 for the linear language 2018-03-04 23:13:08 +03:00
src Inserted comments 2018-03-05 00:54:50 +03:00
.travis.yml specified fork of ocaml-ci-scripts 2018-02-24 23:42:54 +07:00
Makefile x86 for the linear language 2018-03-04 23:13:08 +03:00
opam Removed install from OPAM configuration file. 2018-02-19 17:35:47 +03:00
README.md Update README.md 2018-02-19 17:22:55 +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