parrotcode: Parsing support subroutines | |
Contents | Language Implementations | Perl6 |
parse.pir - Parsing support subroutines
This file contains support subroutines for parsing Perl 6 programs. Specialized parsing subroutines will appear here as the parser grows.
expression(PMC mob)
expression
subroutine implements the Perl6::Grammar <expression> subrule.
It accepts a match object representing the current state of the parse,
passes the match object to the operator precedence parser to obtain an expression,
and returns the result to the caller.listop_expression
infix:<==
.quoted_literal
slash_regex(PMC mob)
|