Best/fastest way to write a parser in c#

Posted by Nestor on Stack Overflow See other posts from Stack Overflow or by Nestor
Published on 2009-10-01T19:27:02Z Indexed on 2010/04/22 2:23 UTC
Read the original article Hit count: 369

Filed under:
|
|

What is the best way to build a parser in c# to parse my own language? Ideally I'd like to provide a grammar, and get Abstract Syntax Trees as an output. Many thanks, Nestor

© Stack Overflow or respective owner

Related posts about parser

Related posts about c#