No description
Find a file
Dmitry Boulytchev 2645f1433c hw6
2018-03-28 17:13:59 +03:00
doc Fixed docs 2018-03-28 15:01:04 +03:00
regression 05.tex done 2018-03-28 00:12:06 +03:00
runtime Added X86 codegeneration interface and tests 2018-03-07 10:18:30 +03:00
src hw6 2018-03-28 17:13:59 +03:00
.gitignore Added .gitignore. 2018-03-06 18:11:03 +03:00
.travis.yml Replace git-checkout with volume mounting from Travis sandbox 2018-03-06 17:41:06 +03:00
Makefile Added X86 codegeneration interface and tests 2018-03-07 10:18:30 +03:00
opam Updated library version requirements. 2018-03-06 18:22:10 +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