tame/design/tpl
Mike Gerwitz dfdf92848a design/tpl (Classification Introduction): Codomain {Real=>Bool}
Whoops.  The values of the params are reals, but predicates are all
booleans, having been first transformed by the yet-to-be-formally-defined
matches.
2021-05-19 09:02:48 -04:00
..
sec design/tpl (Classification Introduction): Codomain {Real=>Bool} 2021-05-19 09:02:48 -04:00
.gitignore design/tpl: configure script (for appendix) 2021-05-18 15:56:25 -04:00
.latexmkrc design/tpl: The Tame Programming Language initial concept 2021-05-10 13:46:49 -04:00
Makefile design/tpl: Remove glossary 2021-05-10 14:28:37 -04:00
README.md design/tpl: The Tame Programming Language initial concept 2021-05-10 13:46:49 -04:00
autogen.sh design/tpl: configure script (for appendix) 2021-05-18 15:56:25 -04:00
conf.tex.in design/tpl: configure script (for appendix) 2021-05-18 15:56:25 -04:00
configure.ac design/tpl: configure script (for appendix) 2021-05-18 15:56:25 -04:00
tpl.sty design/tpl: Euler font 2021-05-18 16:28:43 -04:00
tpl.tex design/tpl: geometry package for letterpaper 2021-05-18 16:03:06 -04:00

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.