mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-10 00:38:47 +00:00
Added README.md
This commit is contained in:
parent
f3cfa4d4fe
commit
56698c1b64
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -1,2 +1,16 @@
|
|||
# compiler-workout
|
||||
Supplementary repository for compiler course
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue