commit | 3edd22ac950d3a2bcc1ad2e5a83554970aef3369 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Mon Apr 18 13:59:37 2011 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Mon Apr 18 13:59:37 2011 -0400 |
tree | b4661afc1be45e0d072c1c83ab354b2362f05afb | |
parent | ce16be91dc68597b0c5bfc7b4b1c5136fe5697a6 [diff] |
#11731: simplify/enhance parser/generator API by introducing policy objects. This new interface will also allow for future planned enhancements in control over the parser/generator without requiring any additional complexity in the parser/generator API. Patch reviewed by Éric Araujo and Barry Warsaw.