Expand description
Types corresponding to the “lig/kern programming language”.
See the documentation on the super module for information about this programming language.
The types here are put in a separate module because users of this crate are generally not expected to use them. Instead, users will work with compiled lig/kern programs.
Structs§
- Instruction
- A single instruction in a lig/kern program.
- Instructions
ForEntrypoint Iter - Iterator over the lig/kern instructions for a specific entrypoint.
- Program
- A lig/kern program.
- Reachable
Iter
Enums§
- Invalid
Entrypoint Error - Operation
- A lig/kern operation to perform.
- Post
LigOperation - A post-lig operation to perform after performing a ligature operation (
Operation::Ligature). - Reachable
Iter Item - Validation
Warning