c# Programming Glossary: tokendefinitions
Poor man's “lexer” for C# http://stackoverflow.com/questions/673113/poor-mans-lexer-for-c-sharp string TokenContents get summary The particular token in tokenDefinitions that was matched e.g. STRING NUMBER OPEN PARENS CLOSE PARENS.. that supplies the underlying stream param param name tokenDefinitions A dictionary from regular expressions to their token identifers.. CreateLexer TextReader reader IDictionary string object tokenDefinitions So pluz send the codz... No seriously I am about to start writing..
|