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 correctly. Can you fix this to allow the newline
character to be parsed as whitespace?
Shaping
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages,
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk