Pavel Panchekha wrote: > Any possibility of EBNF somewhere down the pipe? From previous discussions at this list, it seems very unlikely.
The best option you may have to get EBNF working with PLY, is to write a EBNF -> LALR(1) conversion program that takes your EBNF grammar and produces a PLY grammar. Albert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ply-hack" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ply-hack?hl=en -~----------~----~----~----~------~----~------~--~---
