No description
Find a file
danyaberezun 4f0dbf3399
Merge pull request #6 from XJIE6/post-historic
test for issue #3, closes #3
2019-08-22 12:16:18 +03:00
doc add printFromeSpace 2019-04-24 16:02:29 +03:00
regression test for issue #3 2019-08-22 12:06:46 +03:00
runtime Compiled program segfault bugfix 2019-08-21 18:47:25 +03:00
src Infix moved to Ostap; atribute added in module Expr to avoid balancing expression tree 2019-08-14 01:59:44 +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 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