LaconfigLexer ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Performs lexical analysis on source supplied in Laconfig syntax. This class supports lazy analysis that happens gradually as result tokens are consumed through IEnumerable interface.
Inheritance Hierarchy

OnlineSystem Object
  NFX.CodeAnalysis CommonCodeProcessor
    NFX.CodeAnalysis SourceRefCommonCodeProcessor
      NFX.CodeAnalysis Lexer LaconfigToken 
        NFX.CodeAnalysis.Laconfig LaconfigLexer

Namespace: NFX.CodeAnalysis.Laconfig
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class LaconfigLexer : Lexer<LaconfigToken>
See Also