No description
Find a file
Dmitry Boulytchev f3bc389b62 Fixed common.ml
2018-02-25 20:35:54 +03:00
doc Sync 2018-02-23 20:20:53 +03:00
regression Fixed common.ml 2018-02-25 20:35:54 +03:00
src Added CONST instruction 2018-02-21 19:49:18 +03:00
.travis.yml Changed link to Travis build script. 2018-02-19 16:08:01 +03:00
Makefile Updated Travis build script. 2018-02-19 17:19:00 +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