This commit is contained in:
Dmitry Boulytchev 2020-02-19 20:11:58 +03:00
parent c01416cc6c
commit f46d0f423c
2 changed files with 9 additions and 1 deletions

View file

@ -32,6 +32,10 @@ In addition, a source-level reference interpreter is implemented as well as a co
stack machine. The stack machine code can in turn be either interpreted on a stack machine interpreter, or
used as an intermediate representation by the native code compiler.
## Language Specification
The language specification can be found [here](lama-spec.pdf).
## Installation
Prerequisites:
@ -45,6 +49,10 @@ Installing:
* `opam pin add -n ostap https://github.com/dboulytchev/ostap.git#memoCPS`
* `opam pin add -y lama https://github.com/JetBrains-Research/Lama.git`
Smoke-checking: `pushd tutorial && make && popd`
Smoke-testing:
* `pushd tutorial`
* `make`
* `popd`

BIN
lama-spec.pdf Normal file

Binary file not shown.