http://defect.opensolaris.org/bz/show_bug.cgi?id=19217
--- Comment #4 from Gustavo Lopes <[email protected]> 2012-06-19 16:41:05 UTC --- > - you made a lot of customizations and improvements (either for token parser > or > for xref parser) and I am wondering if some of them couldn't be generalized > for > all languages - naturally I'd be happy if you could generalize them and get > them up to all *.lex files if appropriate The part that I though that it could be generalized -- the state stack, yypush() and yypop() -- was indeed generalized. I don't know which other languages have some sort of nested structure (in this context where we basically need mainly to distinguish only comments, strings and the rest) that could benefit from this. PHP benefits from this because of string interpolation and script/non-script blocks. -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
