Laraue Software Blog β€” C# .NET Development & Open Source

Real code, real decisions, real tradeoffs. We write about what we build β€” .NET libraries, Telegram bots, AI integrations, and the architecture mistakes worth learning from.

How to Build a Query Language Interpreter in C# β€” A Worked Example
A step-by-step walkthrough of building a query language interpreter in C# β€” lexer, parser, AST, and pipeline executor β€” using PdfQL as a real worked example. Open source.
Read β†’