c# Programming Glossary: tokendefinition
Poor man's “lexer” for C# http://stackoverflow.com/questions/673113/poor-mans-lexer-for-c-sharp string ToString return regex.ToString public sealed class TokenDefinition public readonly IMatcher Matcher public readonly object Token.. IMatcher Matcher public readonly object Token public TokenDefinition string regex object token this.Matcher new RegexMatcher regex.. private readonly TextReader reader private readonly TokenDefinition tokenDefinitions private string lineRemaining public Lexer TextReader..
|