Package sidekick.enhanced

Interface Summary
PartialParser Parsers that implement this interface have the ability to parse just part of a buffer.
 

Class Summary
SourceAsset SourceAsset: extends sidekick.Asset, provides the nodes for a structure tree
SourceParser SourceParser: parses source and builds a sidekick structure tree Parsers are based on regular expressions and will therefore not able to correctly parse irregular source
SourceTree