Skip to content

Instantly share code, notes, and snippets.

@masak
Created September 25, 2011 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/1240735 to your computer and use it in GitHub Desktop.
Save masak/1240735 to your computer and use it in GitHub Desktop.
Talk proposal

Oh noes, someone's gone and committed a hand-rolled expression evaluator built entirely of hacks! And someone else built a markup parser out of a hundred regular expressions. Where's the aspirin?

We end up creating small languages and parsers -- sometimes "accidentally" -- as we solve day-to-day programming problems. Sometimes these are unintentional or half-baked.

This talk goes the underlying patterns (and anti-patterns) of parsers. Incorrectly made, they can create more problems than they solve. But many of the good, useful patterns come from programming languages themselves, and the good news is that we already know them. We just need to apply them correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment