[initial import John Meacham **20061025005920] [import Char in Arith example John Meacham **20061025010751] [add makefile rule to run pappy against examples John Meacham **20061025010951] [move modules that are included in pappy generated parser to Pappy module namespace. John Meacham **20061025011516] [turn Grammar into a real data type instead of a tuple John Meacham **20061025020915] [allow optional export list on generated parser John Meacham **20061101015705] [switch to internal names that won't conflict with user defined ones John Meacham **20061101015943] [allow recognition of bare () as a type or value John Meacham **20071028004803] [use System.Console.GetOpts for option parsing John Meacham **20080321011908] [add ability for pappy to spit out PappyParse.hs and PappyPos.hs if needed John Meacham **20080321013032] [add support for standalone parsers, in addition to ones that use an external pappy library John Meacham **20080321014719] [add install makefile target John Meacham **20080321015009] [add 'import' statement to import other grammars John Meacham **20080321061649] [infer "()" in more places, don't require explicit -> () productions when the type is () John Meacham **20080321075251] [make examples/Arith.pappy compile to a stand alone program John Meacham **20080329132336] [add support for parsing streams of something other than 'Char' John Meacham **20080401054718] [add 'Pos' predefined rule that always matches and returns the current position in the file John Meacham **20081107153352] [allow export of sublists such as data constructors, field names, and class methods or the .. wildcard John Meacham **20081108002108] [add LICENSE file John Meacham **20090924184929 Ignore-this: 19272d315fa21930466dd6d88428db10 ]