No description
Find a file
2020-01-14 19:14:12 +03:00
doc External/public, better options 2019-11-24 02:30:32 +03:00
regression fix closure and sexp copiyng; fix sacn_custom_data; redo heap managing 2020-01-14 17:09:43 +03:00
runtime new behaviour : if remap failed then try to allocate new memory area in another place and redo gc 2020-01-14 18:36:37 +03:00
src Fixed bug in gcc invocation; added stdlib tests 2020-01-14 17:08:35 +03:00
stdlib Added SHELL in stdlib/Makefile 2020-01-14 19:14:12 +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 SHELL in stdlib/Makefile 2020-01-14 19:14:12 +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