C# Class Lexepars.Lexer

Inheritance: LexerBase
Show file Open project: DNemtsov/Lexepars

Public Methods

Method Description
Lexer ( ) : System.Collections.Generic
Tokenize ( input ) : IEnumerable

Method Details

Lexer() public method

public Lexer ( ) : System.Collections.Generic
return System.Collections.Generic

Tokenize() public method

public Tokenize ( input ) : IEnumerable
return IEnumerable