* Arron Eicholz wrote: >Here is the specific part of the core grammar that is incorrect: > >Appendix G > >pseudo >: ':' [ IDENT | FUNCTION S* [IDENT S*]? ')' ] > >Needs to be changed to something like this: > >pseudo >: ':' [ IDENT | FUNCTION S* [ \*? IDENT S*]? ')' ] Could you elaborate on what you think the problem is here? I am guessing that you want to add wildcard matching as a new feature to :lang but the change you propose does not do that. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de 25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/Received on Friday, 26 August 2011 18:19:14 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 17:20:43 GMT