softwareautomata.blogspot.com
John Gough on Software Tools: Doing ad hoc Lookahead in GPPG Parsers (part-1)
http://softwareautomata.blogspot.com/2011/12/doing-ad-hoc-lookahead-in-gppg-parsers.html
John Gough on Software Tools. John Gough on Software Tools deals with Programming Language Compilers, and Software Tools used for the recognition of formal languages. It is a practical blog, but can get a bit theoretical in places. Remember: there is nothing so practical as a good theory. Tuesday, December 13, 2011. Doing ad hoc Lookahead in GPPG Parsers (part-1). Gardens Point Parser Generator. Our running example is a grammar for a Pascal-like language which has a problem with the. So, here is the prob...
softwareautomata.blogspot.com
John Gough on Software Tools: February 2011
http://softwareautomata.blogspot.com/2011_02_01_archive.html
John Gough on Software Tools. John Gough on Software Tools deals with Programming Language Compilers, and Software Tools used for the recognition of formal languages. It is a practical blog, but can get a bit theoretical in places. Remember: there is nothing so practical as a good theory. Thursday, February 10, 2011. YACC and the Perils of Operator Precedence. Http:/ gppg.codeplex.com/. The parsers generated by GPPG. Are similar in their functionality to those produce by the traditional YACC. States to g...
github.com
GitHub - xBimTeam/XbimBCF: Xbim Library (standalone) for Serializing/Deserializing https://github.com/BuildingSMART/BCF files
https://github.com/xBimTeam/XbimBCF
Xbim Library (standalone) for Serializing/Deserializing https:/ github.com/BuildingSMART/BCF. Use Git or checkout with SVN using the web URL. Oct 17, 2015. Nuspec output directory corrected. Failed to load latest commit information. Added in license and readme etc. Dec 17, 2014. Altered tests to use DeploymentItem so files are in the right test ex. Dec 17, 2014. Updated output settings and xml documentation output. Oct 17, 2015. Gitignore changed to ignore Output directory with compiled binaries. XBIM al...
softwareautomata.blogspot.com
John Gough on Software Tools: December 2011
http://softwareautomata.blogspot.com/2011_12_01_archive.html
John Gough on Software Tools. John Gough on Software Tools deals with Programming Language Compilers, and Software Tools used for the recognition of formal languages. It is a practical blog, but can get a bit theoretical in places. Remember: there is nothing so practical as a good theory. Sunday, December 25, 2011. Doing ad hoc Lookahead in GPPG Parsers (part-2). Types, then this work will be repeated. These objects contain three data: the integer-valued token result, the semantic value. In order to give...
softwareautomata.blogspot.com
John Gough on Software Tools: Shift-Reduce Parser Refresher
http://softwareautomata.blogspot.com/p/shift-reduce-parser-refresher.html
John Gough on Software Tools. John Gough on Software Tools deals with Programming Language Compilers, and Software Tools used for the recognition of formal languages. It is a practical blog, but can get a bit theoretical in places. Remember: there is nothing so practical as a good theory. This page is an almost verbatim extract from appendix-9 of the GPPG documentation, which may be downloaded from the GPPG page on CodePlex. Http:/ gppg.codeplex.com/. Among all classes of phrase-structured grammars the m...