Help for this page

Select Code to Download


  1. or download this
    my $rules = <<'END_OF_GRAMMAR';
        lexeme default  = latm => 1
    ...
        NAME            ~ [^\s.]+
        NUMBER          ~ [\d]+
    END_OF_GRAMMAR