Getting Started

How LaiRu source is called, how templates mix code with output, and how projects are organized.

Subcategories

Reference Pages

Command-line LaiRu

LaiRu source can be run from a shell for maintenance tasks, diagnostics, and scripts.

Calling LaiRu

LaiRu code can be called as raw source, as mixed templates, through includes, or from command-line scripts.

include

Runs another LaiRu file and inserts its output at the call site.

library

Runs a library file for definitions and reusable setup code.

Template delimiters

Square bracket LDML tags, processing instruction tags, and expression tags invoke LaiRu inside literal output.