diff options
author | Zefram <zefram@fysh.org> | 2010-10-15 13:11:54 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-21 05:54:01 -0700 |
commit | e53d8f768a2bcb331fe11ed5282d228a938ce161 (patch) | |
tree | 7a753652885308a61615a5e1c4caa4b7a67ca4b3 /embed.fnc | |
parent | 9eb5c532bf567fdd066254fcaacf4a66722714c5 (diff) | |
download | perl-e53d8f768a2bcb331fe11ed5282d228a938ce161.tar.gz |
function to parse Perl code block
New API function parse_block() parses a code block, including surrounding
braces. The block is a lexical scope, but not inherently a dynamic scope.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -626,6 +626,7 @@ AMpd |I32 |lex_peek_unichar|U32 flags AMpd |I32 |lex_read_unichar|U32 flags AMpd |void |lex_read_space |U32 flags : Public parser API +AMpd |OP* |parse_block |U32 flags AMpd |OP* |parse_fullstmt |U32 flags AMpd |OP* |parse_stmtseq |U32 flags : Used in various files |