Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 433 Bytes

base2-spec

This repository contains the specification of the Base2 IR abstraction.

Building

The base2-spec project is built using latexmk and lualatex. The recommended build command line is:

# Build.
latexmk base2-spec.tex \
    -lualatex \
    -synctex=1 \
    -shell-escape \
    -interaction=nonstopmode \
    -file-line-error \
    -pdf

License

This project is licensed under the ISC license.