parrotcode: Parsing support subroutines for [expr] | |
Contents | Language Implementations | TCL |
tcl_expr_parse.pir - Parsing support subroutines for [expr]
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.
|