Cool parsers that I've made.
An intro to creating parsers by starting from the basics.
A slightly more advanced grammar which can be used to identify strings of form a(b(c)d()e)
a(b(c)d()e)
A step by step tutorial on creating a parser for C-style languages.