YaccConstructor


Parser<'token>

Namespace: Yard.Generators.RNGLR
Parent Module: AbstractParser

Constructors

ConstructorDescription
new()
Signature: unit -> Parser<'token>

CompiledName: .ctor

Instance members

Instance memberDescription
Parse
Signature: (SimpleInputGraph<'token> -> ParseResult<'token>) -> SimpleInputGraph<'token> -> ParseResult<'token>

CompiledName: get_Parse

Fork me on GitHub