Module parsing

Module parsing 

Source
Expand description

parser for the Technique language

Structs§

Parser

Enums§

ParsingError

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