Projets mis en avant
Graphtos
2024-06-10I have been working for more than a year now on Graphtos, a formal Greek grammar model focused on the New Testament Greek (Koinè). It uses a rule-based model with explicit exceptions to inflect a word.
Notebeezzz
2024-01-29My father recently discovered a passion for beekeeping.
It’s surprising how much care bees require: each beehive needs dedicated attention from early spring to late summer.
To help him with this, we created together Notebeezzz, an app for taking notes on each beehive.
Let me walk you through the design process of this simple tool.
Derniers articles
An Interactive BNF Grammar Playground in Rust (Leptos & Trunk)
2025-08-13Rust offers very good BNF parsers, but they are generally designed for the backend. With WebAssembly compilation, this is no longer really a problem. In this article, we build the foundations of an interactive sandbox with Leptos and Trunk to debug BNF entirely in the browser.