Changes between Initial Version and Version 1 of Ticket #1


Ignore:
Timestamp:
08/05/2009 02:44:17 AM (17 years ago)
Author:
dsowen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1 – Description

    initial v1  
    1 This will eventually allow specialization of parsing by grammar inheritance.
     1This would allow for easy extension of existing parsers.  For example, I could define a basic SQL grammar and then define different dialects by overriding only those productions that are different.