Java 8 Parser

2016-10-13 Thread Harry
yle instead of a 'flat', regex style. If I were to mechanically replicate the Lexer grammar using G1 rules (instead of L0 rules), would it entail a performance and space overhead by creating unnecessary tree nodes for what would otherwise be a flat lexeme in bison/flex? 5. Would Marpa e

Re: Java 8 Parser

2016-10-15 Thread Harry
ent simply with just this one-liner: MultilineComment ~ ('/*' .*? '*/') # parentheses being optional Regards, /Harry -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and sto