[Factor-talk] Parsing problem in EBNF:

2010-12-12 Thread Shaping
Hi Chris. If I embed an EBNF: rule quotation having this format [[ firstword secondword ]] the parser is unable to find firstword\n, having parsed the newline character as part of the firstword. You must do [[ firstword secondword ]] to have the parsing work

Re: [Factor-talk] Parsing problem in EBNF:

2010-12-12 Thread Chris Double
On Sun, Dec 12, 2010 at 10:17 PM, Shaping shap...@charter.net wrote: to have the parsing work correctly.  Can you fix this to allow the newline character to be parsed as whitespace? I tried to fix this once before but wasn't able to for reasons I don't quite remember. Feel free to attack it