0
kicks
SyntaxEditor grammar/AST framework part 3: Creating a grammar
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.