Expand description
Box language abstract syntax tree
Structs§
- Adjust
- Arg
- An argument of type
Tto a function. - Chars
- Discretionary
- Glue
- Hlist
- Insertion
- Kern
- Ligature
- Mark
- Math
- Penalty
- Rule
- Vlist
Enums§
- Discretionary
Elem - Element of a discretionary pre- or post-break list.
- Horizontal
- Element of a horizontal list.
- Vertical
- Element of a vertical list.
Traits§
- Func
- A function like
textorglue.
Functions§
- lower_
hlist - Lower a horizontal list to a CST tree.
- lower_
vlist - Lower a vertical list to a CST tree.
- parse_
hlist - Parse Box language source code into a horizontal list.
- parse_
hlist_ using_ cst - Parse a hlist using an explicitly provided CST.
- parse_
vlist_ using_ cst - Parse a hlist using an explicitly provided CST.