Textparser – High-performance C parsing engine using Python-compiled grammars
Hi everyone, I want to share textparser, a high-performance, lightweight text parsing and AST...
Tag archive
Hi everyone, I want to share textparser, a high-performance, lightweight text parsing and AST...
Cron Expression Parser API Parse cron expressions, compute next N run times, validate,...
CSV Parser & Analyzer API Parse CSV, detect delimiter, infer column types, compute...

This is a quick and dirty note about parsing command line arguments in Dart. If you are familiar with...

I've been building a database engine from scratch in Rust, and I recently finished the lexer. The...
It shows how thinking in terms of keep and skip can make your Haskell parsers easier to read and write.
Building a strict INI parser from scratch in Python — no configparser allowed ini-parser...
Cron Expression to Natural Language — In English and Japanese 30 14 * * 1-5 is "at 14:30...
A YAML ↔ JSON Converter With a Handwritten YAML Subset Parser The full YAML 1.2 spec is...
Writing a SQL Formatter With a Handwritten Tokenizer A SQL formatter is a tokenizer plus...
A Recipe Scaler That Parses '1 1/2 cups' and Displays '3 ¾' — With Japanese Units Paste a...
I built this while trying to replace Markdown in my personal blog. Markdown is convenient, but once...