No description
Find a file
Podkopaev Anton 29cd925266 Merge remote-tracking branch 'origin/hw2'
* origin/hw2:
  Fixed common.ml/Syntax.ml
  Fixed common.mlyet again
  Fixed SM.run
  Added SM.run
  Fixed common.ml
  Sync
  Added CONST instruction
2018-03-06 17:58:54 +03:00
doc Sync 2018-02-23 20:20:53 +03:00
regression Merge remote-tracking branch 'origin/hw2' 2018-03-06 17:58:54 +03:00
src Merge remote-tracking branch 'origin/hw2' 2018-03-06 17:58:54 +03:00
.travis.yml specified fork of ocaml-ci-scripts 2018-02-24 23:42:54 +07:00
Makefile Patched makefiles to perform complete cleanup and strip trailing cr 2018-02-23 20:18:58 +03:00
opam Typo 2018-03-05 15:35:45 +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