Expand description
Box language abstract syntax tree
Structs§
- Adjust
- Arg
- An argument of type
Tto a function. - Chars
- Discretionary
- Glue
- HBox
- Insertion
- Kern
- Ligature
- Mark
- Math
- Penalty
- Rule
- VBox
Enums§
- Discretionary
Elem - Element of a discretionary pre- or post-break list.
- Horizontal
- Element of a horizontal list.
- Maybe
Running - A rule dimension that is either a fixed length or running (i.e. determined by context).
- Vertical
- Element of a vertical list.
Traits§
- Func
- A function like
textorglue.
Functions§
- lower_
hbox - Lower a horizontal list to a CST tree.
- lower_
vbox - Lower a vertical list to a CST tree.
- parse_
hbox - Parse Box language source code into a horizontal list.
- parse_
hbox_ using_ cst - Parse a hbox using an explicitly provided CST.
- parse_
vbox_ using_ cst - Parse a hbox using an explicitly provided CST.