Question

Can anyone recommend a good .NET based lexical analyser, preferably written in C#?

Was it helpful?

Solution

ANTLR has a C# target

OTHER TIPS

Download the Visual Studio SDK; it includes a managed parser/lexer generator.

(Edit: It was written on my university campus, apparantly :D)

gplex and cs_lex

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top