TITLE ^

Grammar - Perl 6 Grammar class

DESCRIPTION ^

This file implements the Grammar class.

Methods ^

parse(string)
Parse a string according to the TOP rule in the grammar.
parse(topic)
Invokes the TOP rule in the grammar on the given topic.


parrot