mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 07:38:46 +00:00
Spec
This commit is contained in:
parent
c01416cc6c
commit
f46d0f423c
2 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -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
BIN
lama-spec.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue