0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[STD] allow method ^foo More... about 17 years ago
[STD] add div operator, don't mismarse (::T) as (: : T) More... about 17 years ago
[STD] some syntax tweaks for failing test parses [Makefile] make STD lexer gen part of standard make More... about 17 years ago
[Cursor.pmc] Simplified the STD5DEBUG flag and removed warnings, moritz++ [Cursor.pmc] if defined it is 1 otherwise 0 and it also handles q{}. More... about 17 years ago
[Cursor.pmc] Fixed the log file creation even though debug is not enabled [Cursor.pmc] STD5DEBUG could be q{} and hence added a check to make it zero More... about 17 years ago
[gimme5] fix localization of "context" vars such as $::PARSER for azawawi++ More... about 17 years ago
[STD] convert <nofun> to <.nofun> More... about 17 years ago
[STD] allow say for() to not treat for as terminator More... about 17 years ago
[STD] remove debugging statement More... about 17 years ago
[STD] kludge in X!=:=X and friends More... about 17 years ago
[STD.pm] Fix dependency on system 'cp' by using File::Copy More... about 17 years ago
[STD.pm] Added lexer memory caching to speed up subsequent ->parse [STD.pm] calls. This will improve Syntax::Highlight::Perl6 performance. More... about 17 years ago
[STD.pm] Minor P5Regex bugfixes. () and (?!) now parse. (?!a) still doesn't. Nor (?i:a), \y, etc. 1/4 of perl5's re_tests are unexpected parse failures. More... about 17 years ago
[STD.pm] Accept non-ident names in p5 re \p, eg \p{BidiClass:L}. More... about 17 years ago
[STD.pm] Added p5 re token backslash:p . More... about 17 years ago
[STD] report non-associative errors correctly [Cursor,gimme5] cleanup of logging, some small speedups More... about 17 years ago
[Perl6::Highlight] moved from src/perl6/lib/ to misc/, moritz_++ More... about 17 years ago
[Perl6::Highlight] Adding the initial required structure & files More... about 17 years ago
[STD] not() etc. is a function call [S03] prefix:<^> no longer tries to get fancy with lists More... over 17 years ago
[STD] fix parsing of $.meth() to attach postcircumfix as special form More... over 17 years ago
[gimme5] make sure STD.pmc ends with 1; [STD] add substr to list of recognized methods following .= More... over 17 years ago
[gimme5] allow before inside an after [STD] make sure my() is a function call More... over 17 years ago
[STD] fixed tiny typo in comment More... over 17 years ago
[gimme5] switch back to YAML::Syck till YAML::XS is fixed [viv] allow input from stdin [STD] always report worries for now More... over 17 years ago
[STD] and of course, since I reversed things, the prec test is backwards... More... over 17 years ago
[STD] whoops, managed to screw up previous patch More... over 17 years ago
[STD] fix ordering of pre/postfix for mncharity++ More... over 17 years ago
[STD_syntax_highlight] package_declaractor->bold red (for --ansi-text) More... over 17 years ago
[STD_syntax_highlight] stop using is_routine and is_type More... over 17 years ago
[STD_syntax_highlight] quote -> dark magenta [STD_syntax_highlight] package_declarator -> dark red More... over 17 years ago