reparse-coffeescript/examples
Elf M. Sternberg 3d7d9cfe69 match() shortened to just m(), now accepts strings as well as regexps.
I found myself writing a parser with lots of matches in sequence, and
wanted something a bit smarter.  This adds two bits of smarts: a shorter
name and string handling makes something like @seq(m('{'), @string,
m('}'))[1] much easier to read and debug.
2013-05-10 21:04:24 -07:00
..
calc.coffee match() shortened to just m(), now accepts strings as well as regexps. 2013-05-10 21:04:24 -07:00
email-address.coffee match() shortened to just m(), now accepts strings as well as regexps. 2013-05-10 21:04:24 -07:00
json.coffee match() shortened to just m(), now accepts strings as well as regexps. 2013-05-10 21:04:24 -07:00
pegjson.js Docco'd the library. Updated the examples to use the new parse-inheritance. 2012-05-03 16:41:00 -07:00
upgrades.coffee Docco'd the library. Updated the examples to use the new parse-inheritance. 2012-05-03 16:41:00 -07:00