<?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 (wagerlabs)</title>
    <link>https://pinboard.in/u:wagerlabs/public/</link>
    <description>recent bookmarks from wagerlabs</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://blog.reverberate.org/2013/09/ll-and-lr-in-context-why-parsing-tools.html"/>
	<rdf:li rdf:resource="https://ptival.github.io/2017/05/16/parser-generators-and-function-application/"/>
	<rdf:li rdf:resource="http://notes.willcrichton.net/parsing-strategies-in-rust/"/>
	<rdf:li rdf:resource="https://blog.gopheracademy.com/advent-2014/parsers-lexers/"/>
	<rdf:li rdf:resource="http://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html"/>
	<rdf:li rdf:resource="http://andrewkelley.me/post/jamulator.html#conclusion"/>
	<rdf:li rdf:resource="http://rwmj.wordpress.com/2010/02/03/on-the-awesomeness-of-ocaml-bitstring/"/>
	<rdf:li rdf:resource="http://adagoop.martincarlisle.com/"/>
	<rdf:li rdf:resource="https://devforums.apple.com/thread/73391"/>
	<rdf:li rdf:resource="http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx"/>
	<rdf:li rdf:resource="http://wiki.alcidesfonseca.com/blog/writing-compiler-using-python-lex-yacc-and-llvm/"/>
	<rdf:li rdf:resource="http://www.dabeaz.com/ply/PLYTalk.pdf"/>
	<rdf:li rdf:resource="http://www.dalkescientific.com/writings/NBN/parsing_with_ply.html"/>
	<rdf:li rdf:resource="http://andrej.com/plzoo/"/>
	<rdf:li rdf:resource="http://www.bradrodriguez.com/papers/bnfparse.htm"/>
	<rdf:li rdf:resource="http://www.lama.univ-savoie.fr/~raffalli/ocaml-parsing.html"/>
	<rdf:li rdf:resource="http://home.pipeline.com/~hbaker1/Prag-Parse.html"/>
	<rdf:li rdf:resource="http://eli.thegreenplace.net/2009/03/20/a-recursive-descent-parser-with-an-infix-expression-evaluator/"/>
	<rdf:li rdf:resource="http://www.qlikz.org/forth/grace/grace.html"/>
	<rdf:li rdf:resource="http://www.gpsinformation.org/dale/nmea.htm"/>
	<rdf:li rdf:resource="http://www.visualgps.net/Papers/NMEAParser/NMEA%20Parser%20Design.htm"/>
	<rdf:li rdf:resource="http://home.iae.nl/users/mhx/crenshaw/tiny.html"/>
	<rdf:li rdf:resource="http://www.cs.ru.nl/~tews/olmar/"/>
	<rdf:li rdf:resource="http://www.bluishcoder.co.nz/2008/06/parsing-javascript-with-factor.html"/>
	<rdf:li rdf:resource="http://www.antlr.org/wiki/display/CS652/CS652+Home"/>
	<rdf:li rdf:resource="http://www.bluishcoder.co.nz/2006/10/factor-parser-combinator-example.html"/>
	<rdf:li rdf:resource="http://paste.factorcode.org/responder/pastebin/show-paste?n=65"/>
	<rdf:li rdf:resource="http://factor-language.blogspot.com/2007/11/process-launcher-parser-combinators-and.html"/>
	<rdf:li rdf:resource="http://www.bluishcoder.co.nz/2007/11/embedded-grammars-in-factor.html"/>
	<rdf:li rdf:resource="http://www.cs.vu.nl/~dick/PTAPG.html"/>
	<rdf:li rdf:resource="http://hpaste.org/1342"/>
	<rdf:li rdf:resource="http://chlorophil.blogspot.com/2007/04/atomiser-part-i.html"/>
	<rdf:li rdf:resource="http://www.cs.uu.nl/~daan/download/parsec/parsec.html#angles"/>
	<rdf:li rdf:resource="http://www.crummy.com/software/RubyfulSoup/"/>
	<rdf:li rdf:resource="http://www.venge.net/graydon/talks/mkc/html/index.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://blog.reverberate.org/2013/09/ll-and-lr-in-context-why-parsing-tools.html">
    <title>LL and LR in Context: Why Parsing Tools Are Hard</title>
    <dc:date>2017-05-24T15:26:00+00:00</dc:date>
    <link>http://blog.reverberate.org/2013/09/ll-and-lr-in-context-why-parsing-tools.html</link>
    <dc:creator>wagerlabs</dc:creator><description><![CDATA[LL and LR Parsing Demystified]]></description>
<dc:subject>parsers parsing programming compilers</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:e7ce70885e3f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://ptival.github.io/2017/05/16/parser-generators-and-function-application/">
    <title>Parser generators and function application - Coq en Stock</title>
    <dc:date>2017-05-17T18:47:57+00:00</dc:date>
    <link>https://ptival.github.io/2017/05/16/parser-generators-and-function-application/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>programming compilers parsing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:72bb40e5581a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://notes.willcrichton.net/parsing-strategies-in-rust/">
    <title>Parsing Strategies in Rust | &amp;Notepad</title>
    <dc:date>2016-10-31T09:41:38+00:00</dc:date>
    <link>http://notes.willcrichton.net/parsing-strategies-in-rust/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>rust parsing parsers</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:723fe1d801a7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:rust"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsers"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://blog.gopheracademy.com/advent-2014/parsers-lexers/">
    <title>Handwritten Parsers &amp; Lexers in Go</title>
    <dc:date>2015-12-14T18:57:47+00:00</dc:date>
    <link>https://blog.gopheracademy.com/advent-2014/parsers-lexers/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>golang compilers parsing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:3b6570eb39dc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:golang"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html">
    <title>Josh Haberman: LL and LR Parsing Demystified</title>
    <dc:date>2014-02-12T13:19:12+00:00</dc:date>
    <link>http://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>algorithms parsing programming compilers</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:9403fcfb1104/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:algorithms"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://andrewkelley.me/post/jamulator.html#conclusion">
    <title>Statically Recompiling NES Games into Native Executables with LLVM and Go - Andrew Kelley</title>
    <dc:date>2013-10-18T12:12:56+00:00</dc:date>
    <link>http://andrewkelley.me/post/jamulator.html#conclusion</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>llvm golang parsing compilers assembler</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:6188af46beec/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:llvm"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:golang"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:assembler"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://rwmj.wordpress.com/2010/02/03/on-the-awesomeness-of-ocaml-bitstring/">
    <title>On the awesomeness of ocaml-bitstring | Richard WM Jones</title>
    <dc:date>2011-10-15T11:53:33+00:00</dc:date>
    <link>http://rwmj.wordpress.com/2010/02/03/on-the-awesomeness-of-ocaml-bitstring/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>ocaml programming protocols parsing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:6f1543e56aff/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:ocaml"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:protocols"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://adagoop.martincarlisle.com/">
    <title>AdaGOOP Home Page</title>
    <dc:date>2011-09-01T12:35:20+00:00</dc:date>
    <link>http://adagoop.martincarlisle.com/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>ada parsing programming</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:d71c33e717d1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:ada"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://devforums.apple.com/thread/73391">
    <title>Developer Forums: receipt parsing anyone?</title>
    <dc:date>2011-01-06T23:34:57+00:00</dc:date>
    <link>https://devforums.apple.com/thread/73391</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>mac appstore receipt parsing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:632087c48a86/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:appstore"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:receipt"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx">
    <title>JSON Spirit: A C++ JSON Parser/Generator Implemented with Boost Spirit - CodeProject</title>
    <dc:date>2011-01-01T20:59:44+00:00</dc:date>
    <link>http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>parsing boost spirit</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:8ef40fbda53e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:boost"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:spirit"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://wiki.alcidesfonseca.com/blog/writing-compiler-using-python-lex-yacc-and-llvm/">
    <title>Writing a compiler using Python, Lex, Yacc and LLVM by Alcides Fonseca</title>
    <dc:date>2010-09-20T12:29:53+00:00</dc:date>
    <link>http://wiki.alcidesfonseca.com/blog/writing-compiler-using-python-lex-yacc-and-llvm/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>compilers programming parsing python llvm</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:150c93af9f44/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:llvm"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.dabeaz.com/ply/PLYTalk.pdf">
    <title>http://www.dabeaz.com/ply/PLYTalk.pdf</title>
    <dc:date>2010-09-20T12:28:59+00:00</dc:date>
    <link>http://www.dabeaz.com/ply/PLYTalk.pdf</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>parsing python compilers programming</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:182e5f48fbe2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.dalkescientific.com/writings/NBN/parsing_with_ply.html">
    <title>Parsing with PLY</title>
    <dc:date>2010-09-20T12:28:32+00:00</dc:date>
    <link>http://www.dalkescientific.com/writings/NBN/parsing_with_ply.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>compilers parsing programming python</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:c3739521473c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://andrej.com/plzoo/">
    <title>The Programming Language Zoo</title>
    <dc:date>2010-05-31T20:41:21+00:00</dc:date>
    <link>http://andrej.com/plzoo/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>ocaml compilers programming parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:579df247160f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:ocaml"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.bradrodriguez.com/papers/bnfparse.htm">
    <title>A BNF Parser in Forth</title>
    <dc:date>2010-02-04T07:59:10+00:00</dc:date>
    <link>http://www.bradrodriguez.com/papers/bnfparse.htm</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>forth parsers programming parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:066090d3ac9f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:forth"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.lama.univ-savoie.fr/~raffalli/ocaml-parsing.html">
    <title>http://www.lama.univ-savoie.fr/~raffalli/ocaml-parsing.html</title>
    <dc:date>2010-01-11T07:41:56+00:00</dc:date>
    <link>http://www.lama.univ-savoie.fr/~raffalli/ocaml-parsing.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>ocaml parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:c37364265cd9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:ocaml"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://home.pipeline.com/~hbaker1/Prag-Parse.html">
    <title>ACM Lisp Pointers 4, 2 (Apr/Jun 1991), 3-15. /Pragmatic parsing in Lisp/</title>
    <dc:date>2009-11-24T13:41:13+00:00</dc:date>
    <link>http://home.pipeline.com/~hbaker1/Prag-Parse.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>lisp parsing programming</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:e5dcbd5b5c85/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:lisp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://eli.thegreenplace.net/2009/03/20/a-recursive-descent-parser-with-an-infix-expression-evaluator/">
    <title>Eli Bendersky’s website » Blog Archive » A recursive descent parser with an infix expression evaluator</title>
    <dc:date>2009-05-04T18:48:50+00:00</dc:date>
    <link>http://eli.thegreenplace.net/2009/03/20/a-recursive-descent-parser-with-an-infix-expression-evaluator/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>parsing python</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:69edb8723822/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:python"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.qlikz.org/forth/grace/grace.html">
    <title>Grace - Parser Generator (Daughter of Gray)</title>
    <dc:date>2009-01-17T22:23:47+00:00</dc:date>
    <link>http://www.qlikz.org/forth/grace/grace.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>compilers parsing forth</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:319f30e1bcb3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:forth"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.gpsinformation.org/dale/nmea.htm">
    <title>NMEA data</title>
    <dc:date>2008-12-31T11:50:31+00:00</dc:date>
    <link>http://www.gpsinformation.org/dale/nmea.htm</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>programming parsing navigation nmea</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:21f4d8054765/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:navigation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:nmea"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.visualgps.net/Papers/NMEAParser/NMEA%20Parser%20Design.htm">
    <title>NMEA Parser Design</title>
    <dc:date>2008-12-31T11:43:06+00:00</dc:date>
    <link>http://www.visualgps.net/Papers/NMEAParser/NMEA%20Parser%20Design.htm</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>programming parsing protocols nmea gps</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:9feecfbba166/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:protocols"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:nmea"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:gps"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://home.iae.nl/users/mhx/crenshaw/tiny.html">
    <title>Let's Build a Compiler: Tiny Kiss in iForth</title>
    <dc:date>2008-12-13T19:52:14+00:00</dc:date>
    <link>http://home.iae.nl/users/mhx/crenshaw/tiny.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>programming tutorials compilers forth parsing development</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:a5dede4d2fd4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:tutorials"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:forth"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:development"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.cs.ru.nl/~tews/olmar/">
    <title>Olmar : Process C++ Programs in Ocaml</title>
    <dc:date>2008-09-11T11:01:33+00:00</dc:date>
    <link>http://www.cs.ru.nl/~tews/olmar/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>programming ocaml parsing compilers c++</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:72e4d3ae384a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:ocaml"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:c++"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.bluishcoder.co.nz/2008/06/parsing-javascript-with-factor.html">
    <title>Bluish Coder: Parsing JavaScript with Factor</title>
    <dc:date>2008-07-16T15:25:16+00:00</dc:date>
    <link>http://www.bluishcoder.co.nz/2008/06/parsing-javascript-with-factor.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>factor parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:83a83ef6b2c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:factor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.antlr.org/wiki/display/CS652/CS652+Home">
    <title>CS652 Home - USF Computer Science 652 - Programming Languages - ANTLR Project</title>
    <dc:date>2008-02-06T15:43:57+00:00</dc:date>
    <link>http://www.antlr.org/wiki/display/CS652/CS652+Home</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>antlr parsing compilers</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:4e404422f062/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:antlr"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.bluishcoder.co.nz/2006/10/factor-parser-combinator-example.html">
    <title>Bluish Coder: Factor Parser Combinator example</title>
    <dc:date>2008-01-18T09:19:36+00:00</dc:date>
    <link>http://www.bluishcoder.co.nz/2006/10/factor-parser-combinator-example.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>factor parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:c71bdac1aed4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:factor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://paste.factorcode.org/responder/pastebin/show-paste?n=65">
    <title>Paste: latest idiopidae source</title>
    <dc:date>2008-01-01T21:57:02+00:00</dc:date>
    <link>http://paste.factorcode.org/responder/pastebin/show-paste?n=65</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>factor parsing code</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:5b3d8c1381ef/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:factor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:code"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://factor-language.blogspot.com/2007/11/process-launcher-parser-combinators-and.html">
    <title>Factor: a practical stack language: The process launcher, parser combinators, and /bin/sh</title>
    <dc:date>2008-01-01T12:54:16+00:00</dc:date>
    <link>http://factor-language.blogspot.com/2007/11/process-launcher-parser-combinators-and.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>factor parsing combinators</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:969ab6f95a0e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:factor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:combinators"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.bluishcoder.co.nz/2007/11/embedded-grammars-in-factor.html">
    <title>Bluish Coder: Embedded Grammars in Factor</title>
    <dc:date>2007-12-25T12:26:33+00:00</dc:date>
    <link>http://www.bluishcoder.co.nz/2007/11/embedded-grammars-in-factor.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>factor parsing combinators</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:ea880896385c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:factor"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:combinators"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.cs.vu.nl/~dick/PTAPG.html">
    <title>Parsing Techniques - A Practical Guide</title>
    <dc:date>2007-12-04T00:44:37+00:00</dc:date>
    <link>http://www.cs.vu.nl/~dick/PTAPG.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>parsing books</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:bc95403b25cd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:books"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://hpaste.org/1342">
    <title>Simple Parsec-based parser for arithmetic expressions</title>
    <dc:date>2007-04-11T12:57:03+00:00</dc:date>
    <link>http://hpaste.org/1342</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>haskell parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:8ed657e753bd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:haskell"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://chlorophil.blogspot.com/2007/04/atomiser-part-i.html">
    <title>This is me: The Atomiser, Part I</title>
    <dc:date>2007-04-09T09:39:08+00:00</dc:date>
    <link>http://chlorophil.blogspot.com/2007/04/atomiser-part-i.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>erlang parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:ec25cd632469/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:erlang"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.cs.uu.nl/~daan/download/parsec/parsec.html#angles">
    <title>Parsec, a fast combinator parser</title>
    <dc:date>2006-07-02T22:16:40+00:00</dc:date>
    <link>http://www.cs.uu.nl/~daan/download/parsec/parsec.html#angles</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>haskell parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:b2e58efe955c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:haskell"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.crummy.com/software/RubyfulSoup/">
    <title>Rubyful Soup: &quot;The brush has got entangled in it!&quot;</title>
    <dc:date>2006-06-18T23:51:25+00:00</dc:date>
    <link>http://www.crummy.com/software/RubyfulSoup/</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>ruby parsing scraper</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:e399a93070f9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:scraper"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.venge.net/graydon/talks/mkc/html/index.html">
    <title>MagicPoint presentation foils</title>
    <dc:date>2006-05-25T23:40:17+00:00</dc:date>
    <link>http://www.venge.net/graydon/talks/mkc/html/index.html</link>
    <dc:creator>wagerlabs</dc:creator><dc:subject>compilers functional programming toread ocaml dsl metaprogramming parsing</dc:subject>
<dc:identifier>https://pinboard.in/u:wagerlabs/b:95f457030b05/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:compilers"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:functional"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:toread"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:ocaml"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:dsl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:metaprogramming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:wagerlabs/t:parsing"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>