---++ Description SGLR, Scannerless Generalized LR Parser, is an implementation of Tomita's [[Generalized LR]] algorithm with extensions for scannerless parsing. The SGLR package contains the tool =sglr=, which is a generic parser. The =sglr= parser interprets parse tables generated by the [[PGEN][parse table generator]] from an SDF2 syntax definition. The parser outputs parse trees or parse forests if there is more than one possible parse tree. ---++ Links The official homepage of SGLR: * http://www.meta-environment.org ---++ See also * [[SdfPublications][SDF Publications]] * [[Sdf.SglrParseTableFormat][SGLR parse table format]]