Blog
Notes from the toolkit
Articles on parser generation, documentation and build orchestration — written in Markdown and rendered in the same design.
LL(k) parsing, explained simply
What the “k” in LL(k) actually buys you, and how lookahead lets a generated parser stay predictable without backtracking.
Read articleIntroducing HiveVM: tools built on modelling
Why we build developer tools around explicit models — grammars, documents and workflows — instead of hand-written boilerplate.
Read article