Main Page
From Haberwiki
Josh Haberman's Wiki
This is my personal wiki. It's only editable by me (I know, pretty un-wiki-like). It's a place for me to keep notes, lists, and references to other things.
Active Projects
- Gazelle -- a tool, similar to yacc/bison/ANTLR, but for creating reusable grammars that can be parsed from any language with lightning speed.
- upb -- fast protocol buffer parsing in C99
Articles to write
- Introduction to parsing techniques.
- Some simple but not completely obvious algorithms on polish and reverse polish notation.