0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
src/perl6/STD_extract: now dumps to a report directory. more analysis available - all buggy. More... about 18 years ago
[STD] first attempt at hacking in item/list assignment distinction More... about 18 years ago
[STD_extract] answer some of the questions More... about 18 years ago
Remove some fossil () noticed by putter++ Fix whitespace assertion on statement_control not to accidentally allow fatarrow after newline More... about 18 years ago
[STD_extract] query to putter who is ignoring #perl6 :) More... about 18 years ago
src/perl6/STD_extract: a minor start at regex pattern analysis. More... about 18 years ago
src/perl6/STD_extract: Additional constructs recognized (feature complete?). Command-line controlled output. Todo and questions. More... about 18 years ago
src/perl6/STD.pm: normalize a couple of unusual { } indentations. More... about 18 years ago
Added : twigil More... about 18 years ago
src/perl6/STD_extract: more constructs recognized. More... about 18 years ago
src/perl6/STD_extract: created. The start of a script to take STD.pm, and extract its information into a more accessible form. More... about 18 years ago
Added "self" for jonathan++ More... about 18 years ago
[STD] listops are technically terms, not prefixes More... about 18 years ago
[STD] allow 'my $x' as well as 'my $x = 3' by adding a missing a ? after the last non-capturing group in the variable_decl token More... about 18 years ago
[STD] regex_metachar:<$> doesn't need to allow itself before $ More... about 18 years ago
[STD] missing <alias=rule> syntax More... about 18 years ago
[STD] added ugly p5=> operator More... about 18 years ago
[STD] qq_backslash for \0 missing, [particle]++ More... about 18 years ago
Previous radint change was incomplete. More... about 18 years ago
Another spurious bracket More... about 18 years ago
[STD] "radint" ambiguity pointed out by [particle]++ More... about 18 years ago
Extra right bracket noticed by [particle]]++ More... about 18 years ago
cut-n-paste error noticed by perljam++ More... about 18 years ago
[STD] name token didn't handle ::() forms; noted by jhorwitz++ and [particle]++ More... about 18 years ago
Token <number> works much better if we try to parse <dec_number> (with a required decimal point) before <integer>. More... about 18 years ago
Use of Assignment type should be Item_assignment instead. More... about 18 years ago
Cursor tweaks, new precedence for x and ~ More... over 18 years ago
Fixups for new replication and concatenation precedence levels. More... over 18 years ago
[STD] now autolexes (sort of) everything under expect_term More... over 18 years ago
[STD] metholate no longer prematurely optimizes regex parse info away from lexer generator, but just passes on the whole ast as yaml. We can factor out the standard lexer later as an optimization. More... over 18 years ago