Re: Parser Generator for C#?
- From: "Frans Bouma [C# MVP]" <perseus.usenetNOSPAM@xxxxxxxxx>
- Date: Sun, 25 May 2008 11:54:53 +0200
jehugaleahsa@xxxxxxxxx wrote:
On May 24, 3:10 pm, "jehugalea...@xxxxxxxxx" <jehugalea...@xxxxxxxxx>
wrote:
Hello:
I have been looking for a tool similar to Lex and Yacc for C#. I would
like to be able to generate grammars so I can write a simple
interpreter for another piece of code. However, I have to make many
future grammars and was hoping to find a tool that would allow me to
generate as many as I would like.
I was hoping someone had made a port for C#. I haven't had any luck
looking for one, so any direction would be appreciated.
Thanks a lot,
Travis
Just to clarify, I don't want to be able to parse C# files, I want to
generate parsers using C#.
You can use ANTLR, which is a mature parser generator framework, but a bit weird perhaps.
You can also use Goldparser. Both are free.
FB
--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
.
- References:
- Parser Generator for C#?
- From: jehugaleahsa@xxxxxxxxx
- Re: Parser Generator for C#?
- From: jehugaleahsa@xxxxxxxxx
- Parser Generator for C#?
- Prev by Date: Re: create log for desktop application
- Next by Date: Re: Encapsulation
- Previous by thread: Re: Parser Generator for C#?
- Next by thread: n-tier design with "adapter" layer - keepin business layer clean...
- Index(es):
Relevant Pages
|