TITLE ^

parse.pir - Parsing support subroutines

DESCRIPTION ^

This file contains support subroutines for parsing Lua programs.

Name

ident but not keywords

quoted_literal

Handles parsing of quoted literals.

long_string

long_comment

error(PMC match, [, message [, ...]] )

Throws an exception at the current point in the match. If message doesn't end with a newline, also produces the line number and offset of the match.


parrot