Jump to content

List of C Sharp lexer generators

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Hyperyl (talk | contribs) at 22:52, 24 December 2008 (add merge proposal). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

#

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.