Client-Side Excel Library CTP Mike Dour / Wed, Oct 29, 2014 If you haven’t seen it already, we recently released a 100% JavaScript-only, client-side Excel library for Ignite UI and I’m super excited about it. It allows you to read, write, and manipulate Excel...
Infragistics Parsing Framework - Removing Ambiguities, Part 6 Mike Dour / Mon, Jul 8, 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 . In the previous article, we saw the...
Infragistics Parsing Framework - Removing Ambiguities, Part 5 Mike Dour / Mon, Apr 29, 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 . This time I want to talk about another real...
12.2 to 13.1 EBNF Converter Mike Dour / Mon, Apr 22, 2013 As I mentioned in a previous post, the format of EBNF special sequences has changed in the 13.1 version and it is not so easy to change over the 12.2 format to the new format by hand. So if you have already...
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 4 Mike Dour / Thu, Mar 21, 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 . Defining...
Infragistics Parsing Framework - Removing Ambiguities, Part 3 Mike Dour / Thu, Mar 14, 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 . In the...
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...