Perl 6 Compiler Perl 6 Compiler Status and the Parrot Compiler Toolkit #26

subrule

Still being revised, but the current version is:

token term {
    [ <scoped_variables>
    | <variable>
    | <subroutine>
    | <block>
    | <regex_term>
    | <number>
    | <integer>
    | <string_literal>
    | <listop> [ <postop> | <listop_expression> ]?
    | <circumfix>
    ] <postop>*
}
Copyright © 2006 Patrick Michaud