<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Parser on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/parser/</link>
    <description>Recent content in Parser on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 20 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/parser/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Self-Hosted Parser Generator and Combinator Libraries: ANTLR vs tree-sitter vs nom vs pest vs nearley</title>
      <link>https://www.pistack.xyz/posts/2026-06-20-parser-generator-combinator-libraries-antlr-treesitter-nom-pest-nearley/</link>
      <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-20-parser-generator-combinator-libraries-antlr-treesitter-nom-pest-nearley/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Every programming language, configuration format, and domain-specific language (DSL) needs a parser. Whether you are building a compiler, writing a linter, or processing structured data, the parser is the component that transforms raw text into a structured abstract syntax tree (AST). Over the past three decades, the parsing tools ecosystem has evolved from monolithic parser generators to lightweight parser combinators and incremental parsing engines.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
