202 Views
In this post we show how to create a grammar for a programming language using EBNF-like notation in C#. The parser for the grammar automatically constructs an AST of the document.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
In this post we show how to create a grammar for a programming language using EBNF-like notation in C#. The parser for the grammar automatically constructs an AST of the document.