Mike Gerwitz
9d9535a1b8
This will be used as an IR of sorts to eliminate the XML, which will be far too verbose to use in proofs. It also allows us to attach behavior to the operator, which will end up defining two values for @as and @yields. |
||
---|---|---|
.. | ||
sec | ||
.gitignore | ||
.latexmkrc | ||
Makefile | ||
README.md | ||
tpl.sty | ||
tpl.tex |
README.md
The TAME Programming Language: Design and Implementation
This is a living document providing a formal definition of the TAME programming language.
Dependencies
See tpl.sty
for the specific LaTeX packages that are
needed. If you use a Debian-based system, the following command should be
sufficient to install all necessary dependencies:
$ apt install --no-recommends \
make latexmk \
texlive-latex-extra texlive-fonts-extra texlive-science
Building
Simply run make
. The output is tpl.pdf
.