List of C Sharp lexer generators
From Wikipedia, the free encyclopedia
- The correct title of this article is List of C# lexer generators. The substitution or omission of a # sign is because of technical restrictions.
The following is a list of lexer or scanner generators written for the language C#.
- C# Flex
- A Flex like generator in C#
- A C# port from JFlex Project
- C# Lex
- A C# port from JLex project
- CsLex
- Also a Lex-like generator in C#
- The Gardens Point Scanner Generator (GPLEX)
- LEX-like lexer generator in C#, generating C# code
- It requires .Net 2.0 or above
- It is the basis of MPLEX "Managed Package LEX" includedin the Microsoft Visual Studio SDK, though MPLEX provides additional VS-specific interfaces.