tame/design/tpl
Mike Gerwitz 954b5a2795 Copyright year and name update
Ryan Specialty Group (RSG) rebranded to Ryan Specialty after its IPO.
2023-01-20 23:37:30 -05:00
..
sec Copyright year and name update 2023-01-20 23:37:30 -05:00
.gitignore design/tpl: Introduce bibliography 2021-05-26 13:07:46 -04:00
.latexmkrc design/tpl: The Tame Programming Language initial concept 2021-05-10 13:46:49 -04:00
Makefile design/tpl: Introduce bibliography 2021-05-26 13:07:46 -04:00
README.md design/tpl: Introduce bibliography 2021-05-26 13:07:46 -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 Copyright year and name update 2023-01-20 23:37:30 -05:00
tpl.bib design/tpl: Introduce bibliography 2021-05-26 13:07:46 -04:00
tpl.sty Copyright year and name update 2023-01-20 23:37:30 -05:00
tpl.tex Copyright year and name update 2023-01-20 23:37:30 -05: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 biber \
    texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra \
    texlive-science

Building

Simply run make. The output is tpl.pdf.