<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (bgporter)</title>
    <link>https://pinboard.in/u:bgporter/public/</link>
    <description>recent bookmarks from bgporter</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://www.ibm.com/developerworks/aix/library/au-boost_parser/"/>
	<rdf:li rdf:resource="http://effbot.org/zone/simple-top-down-parsing.htm"/>
	<rdf:li rdf:resource="http://www.onlamp.com/pub/a/python/2006/01/26/pyparsing.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://www.ibm.com/developerworks/aix/library/au-boost_parser/">
    <title>Introducing the Boost parser framework</title>
    <dc:date>2008-12-06T17:39:42+00:00</dc:date>
    <link>http://www.ibm.com/developerworks/aix/library/au-boost_parser/</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[One of the more complicated tasks for a C++ programmer is coding a parser within a reasonable time period. Using the GNU Flex/Bison or ANTLR parser generator typically makes sense when you're developing a compiler for a full-blown language like SQL or C++; but for grammars with a simpler Backus Naur Form (BNF), the steep learning curve of these tools don't always justify the investment. Another alternative is to use regular-expression libraries that come bundled with standard Linux® distributions or the Boost regex or tokenizer libraries, but these don't scale well with more involved grammars.

This article introduces the highly scalable Spirit parser framework from Boost. This parser generator works on an Extended Backus Naur Form (EBNF) specification coded in C++, significantly reducing development time. For further reading, see the very detailed Spirit documentation.
]]></description>
<dc:subject>C++ parsing boost</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:3f7a649d1e8d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:C++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:boost"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://effbot.org/zone/simple-top-down-parsing.htm">
    <title>Simple Top-Down Parsing in Python</title>
    <dc:date>2008-07-15T11:54:13+00:00</dc:date>
    <link>http://effbot.org/zone/simple-top-down-parsing.htm</link>
    <dc:creator>bgporter</dc:creator><description><![CDATA[In the early seventies, Vaughan Pratt published an elegant improvement to recursive-descent in his paper Top-down Operator Precedence. Pratt's algorithm associates semantics with tokens instead of grammar rules, and uses a simple 'binding power' mechanism
]]></description>
<dc:subject>python parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:d8628cbdd568/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.onlamp.com/pub/a/python/2006/01/26/pyparsing.html">
    <title>ONLamp.com: Building Recursive Descent Parsers with Python</title>
    <dc:date>2006-01-27T13:42:11+00:00</dc:date>
    <link>http://www.onlamp.com/pub/a/python/2006/01/26/pyparsing.html</link>
    <dc:creator>bgporter</dc:creator><dc:subject>python parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:bgporter/b:bddb1fdbe025/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:bgporter/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>