<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lexer-Generators on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/lexer-generators/</link>
    <description>Recent content in Lexer-Generators on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 26 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/lexer-generators/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Self-Hosted Lexer Generator Tools: Flex vs re2c vs Ragel for High-Performance Scanning</title>
      <link>https://www.pistack.xyz/posts/2026-06-26-lexer-generator-tools-flex-re2c-ragel/</link>
      <pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-26-lexer-generator-tools-flex-re2c-ragel/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Every compiler, interpreter, syntax highlighter, and data format parser begins with lexical analysis — the process of converting a stream of characters into meaningful tokens. While hand-written lexers are common for simple formats, production-grade language tooling demands generated lexers that are provably correct, memory-safe, and fast enough to handle gigabytes of input.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
