M5
July 25, 2024 ยท View on GitHub
The M5 Text Processing Language
M5 Docs
Docs can be viewed as:
To Run M5
See this section of the document.
Build Docs
To build docs:
cd doc
./build_docs
The M5 docs are specified using M5 itself (as a .tlv file) in doc/M5_spec_adoc.tlv. build_docs runs SandPiper-SaaS
in order to process M5_spec_adoc.tlv using M5, then it runs asciidoctor to produce .pdf and
.html docs. Installation of asciidoctor is left as an exercise for the reader.