Expand description
parser for the Technique language
Structs§
Enums§
Functions§
- load
- Read a file and return an owned String. We pass that ownership back to the main function so that the Technique object created by parse() below can have the same lifetime.
- parse
- Parse text into a Document object, or return the list of errors encountered.
- parse_
with_ recovery