1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add failing test for :descend_until with :min_depth. More... almost 14 years ago
Make :descend_until actually work and write tests for it. More... almost 14 years ago
Implement :descend_until attribute and option. Not yet tested. More... almost 14 years ago
Add some tests for :min_depth. More... almost 14 years ago
Add Tree::Pattern::Transformer.min_depth and thus Tree::Pattern.transform(..., min_depth(...)). More... almost 14 years ago
Add .depth; More... almost 14 years ago
Add *%adverbs to the signature of Tree::Pattern::Transformer.new. More... almost 14 years ago
Add support for options in Tree::Pattern.transform. More... almost 14 years ago
Add tests for .orig, and replace .from with .orig where it's not actually testing .from. More... almost 14 years ago
Change a .from call to .orig. More... almost 14 years ago
Change .from to .orig for greater similarity with Perl 6 regexes. Keep .from as an alias for now. More... almost 14 years ago
Sync with trunk. More... almost 14 years ago
Add a 'hll' argument to the new_class call. More... almost 14 years ago
Make POST::Node actually useful. More... almost 14 years ago
Refactor the way ACCEPTSEXACTLY works to minimize additional work in writing subclasses. More... almost 14 years ago
Move PAST::Pattern.new to PCT::Pattern.new. More... almost 14 years ago
Tree::Pattern::Transform is Tree::Transformer. Also, fix a bug in Tree::Pattern.transform related to module loading. More... almost 14 years ago
PAST::Transformer is Tree::Transformer More... almost 14 years ago
Add Tree::Transformer base class for various transformer subclasses. More... almost 14 years ago
Remove unnecessary multi specialization for PAST::Walker. More... almost 14 years ago
Remove another debugging output statement. More... almost 14 years ago
Remove debugging says. More... almost 14 years ago
Create Tree::Walker base class for ::Walker classes. More... almost 14 years ago
Move PAST::Transformer and PAST::Transformer::Dynamic to NQP prepatory to refactor. More... almost 14 years ago
Rewrite PAST::Walker and PAST::Walker::Dynamic in NQP. Preparing for refactor. More... almost 14 years ago
POST::Pattern and subclasses added. Not yet tested. More... almost 14 years ago
Fix installation. More... almost 14 years ago
Add a helper function for more conveniently defining subclasses of PCT::Pattern anduse it to define PAST::Pattern::Control. More... almost 14 years ago
Move check_attribute, check_children into methods on PCT::Pattern. Rename check_node_attributes to check_past_node_attributes now that PCT::Pattern exists. Add check_pct_node_attributes. More... almost 14 years ago
Move PAST::Pattern.attr into PCT::Pattern, along with the accessors corresponding to PCT::Node "attributes". More... almost 14 years ago