Package spade :: Module SL0Parser :: Class SL0Parser
[hide private]
[frames] | no frames]

Class SL0Parser

source code

SL parser

Instance Methods [hide private]
 
__init__(self) source code
 
parse(self, string)
parses a string returns a pyparsing.ParseResults
source code
 
parseFile(self, file)
parses a file returns a pyparsing.ParseResults
source code