|
Parse::Gnaw
|
Write extensible, recursive, grammars in pure perl code (grammar rules are perl arrays) and apply them to whatever parsee you want.
|
|
0.601 |
|
Parse::Gnaw::Blocks::Letter
|
a linked list element that holds a single scalar payload.
|
|
0.001 |
|
Parse::Gnaw::Blocks::LetterConstants
|
Hold subroutine/constants for Letter objects These are NOT contained in a separate package so that another file can use them and they automatically get imported into that package.
|
|
0.001 |
|
Parse::Gnaw::Blocks::LetterDimensions2
|
a linked list element that holds a single scalar payload. This one assumes linked list is in a 2 dimensional structure
|
|
0.001 |
|
Parse::Gnaw::Blocks::ParsingMethods
|
A base package containing all the methods that derived "letter" type classes will inherit.
|
|
0.001 |
|
Parse::Gnaw::LinkedList
|
A Parsable linked list of Parse::Gnaw::Letter objects.
|
|
0.001 |
|
Parse::Gnaw::LinkedListConstants
|
|
|
0.001 |
|
Parse::Gnaw::LinkedListDimensions1
|
Create a Parsable linked list of Parse::Gnaw::Letter objects connected together as a 1-dimensional string.
|
|
0.001 |
|
Parse::Gnaw::LinkedListDimensions2
|
|
|
0.001 |