[This is preliminary documentation and is subject to change.]
Parses Laconfig lexer output into laconic configuration node graph
System Object NFX.CodeAnalysis CommonCodeProcessor NFX.CodeAnalysis Parser LaconfigLexer NFX.CodeAnalysis.Laconfig LaconfigParserNamespace: NFX.CodeAnalysis.LaconfigAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class LaconfigParser : Parser<LaconfigLexer>
public sealed class LaconfigParser : Parser<LaconfigLexer>
Public NotInheritable Class LaconfigParser
Inherits Parser(Of LaconfigLexer)
Public NotInheritable Class LaconfigParser
Inherits Parser(Of LaconfigLexer)
public ref class LaconfigParser sealed : public Parser<LaconfigLexer^>
public ref class LaconfigParser sealed : public Parser<LaconfigLexer^>
[<SealedAttribute>]
type LaconfigParser =
class
inherit Parser<LaconfigLexer>
end
[<SealedAttribute>]
type LaconfigParser =
class
inherit Parser<LaconfigLexer>
end