YaccConstructor


ParseResult<'TokenType>

Namespace: Yard.Generators.RNGLR
Parent Module: Parser

Union Cases

Union CaseDescription
Error(...)
Signature: int * 'TokenType array * string * ParserDebugFuns<'TokenType> * Dictionary<Family,ErrorNode<'TokenType>>
Success(...)
Signature: Tree<'TokenType> * 'TokenType array * Dictionary<Family,ErrorNode<'TokenType>>
Fork me on GitHub