1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add \d, \s, \w, \n, and their inverses. More... over 14 years ago
Better allowance of spaces in regexes. Skip leading alternation/conjunction operators. More... over 14 years ago
Add various anchor types. Fix buglet in faked PGE protoregexes. More... over 14 years ago
Clean up some diagnostics, include some files missed in previous commit. More... over 14 years ago
Add rx_quantifiers test file (28 failed tests -- need :ratchet impl). Update dumper for better Match output checking. More... over 14 years ago
Return false cursor on failed match. Add code for scanning matches. More... over 14 years ago
Add charclass type, dot (.) charclass. More... over 14 years ago
Add 'make test' target, first set of tests for basic regexes. More... over 14 years ago
Optimize concatenation of literals and groups with one element. More... over 14 years ago
Generate PAST::Regex node for \w . More... over 14 years ago
Add parsing of \w and \W (no actions or PIR generation yet). More... over 14 years ago
Add simple alternation. More... over 14 years ago
Add square bracket metachar. Fix bug in ? quantifier. More... over 14 years ago
Add quantifier modifiers. More... over 14 years ago
Add more regex setup to PAST::Compiler for regexes. More... over 14 years ago
Add + and ? quantifiers. More... over 14 years ago
Add star quantifier. More... over 14 years ago
Fix premature commit of TOP refactor. More... over 14 years ago
Add code to generate PAST::Regex nodes via P6Regex parser. More... over 14 years ago
Bump PARROT_REVISION. More... over 14 years ago
Add PAST::Regex generation for P6Regex parser. More... over 14 years ago
Add simple '|' and '||' parsing, some <.ws> notes. More... over 14 years ago
More things to .gitignore . More... over 14 years ago
Updates to enable p6regex to do simple parsing. More... over 14 years ago
Merge branch 'master' of [email protected]:pmichaud/nqp-rx More... over 14 years ago
More .gitignore updates. More... over 14 years ago
Updates for improving thebuild process. More... over 14 years ago
Corrected filename in documentation. More... over 14 years ago
Some licensing and copyright information. More... over 14 years ago
Some code cleanup in OPP.pm . More... over 14 years ago