|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re^5: How does perl's lexer and parser cooperate?by dave_the_m (Parson) |
| on Dec 27, 2012 at 19:10 UTC ( #1010563=note: print w/ replies, xml ) | Need Help?? |
|
what's the difference between ival&i_tkval, pval&p_tkvalNot a lot. It's basically a hack to make perly.y function both normally and under -Dmad. they're never ever called from anywhereGRAMBLOCK etc are part of recently added parsing API. They're not called by normal perl parsing, only if someone directly calls one of the API functions such as parse_block(). Dave.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||