Infragistics Parsing Framework - Syntax Tree Pruning Mike Dour / Fri, Apr 12, 2013 This post is part of a series on the parsing framework provided by Infragistics starting in version 12.2. The previous post in the series can be found here and the next post can be found here . Last...
Infragistics Parsing Framework - Removing Ambiguities, Part 2 Mike Dour / Wed, Dec 19, 2012 This post is part of a series on the parsing framework provided by Infragistics starting in version 12.2. The previous post in the series can be found here and the next post can be found here . [After...
Infragistics Parsing Framework - Removing Ambiguities, Part 1 Mike Dour / Mon, Dec 3, 2012 This post is part of a series on the parsing framework provided by Infragistics starting in version 12.2. The previous post in the series can be found here and the next post can be found here . As I...
Infragistics Parsing Framework - LL vs. LR Parsing Mike Dour / Wed, Nov 28, 2012 [ Update : in the original wording of this post, I may have blurred the concepts of 'symbol' and 'token'. For the record, a symbol is either a terminal symbol, which represents an elementary textual unit...
Infragistics Parsing Framework - Parsing 101 Mike Dour / Mon, Oct 22, 2012 This is the first in a series of posts I am going to write about the parsing framework shipped as a CTP in the 12.2 release of our WPF and Silverlight products. This framework is used internally by the...