0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* unobe++ changed %*CONFIG<perl5path> into %*CONFIG<perl5_path>, so we need to chase that in order for pugs -CPerl5 etc to work. More... over 18 years ago
Added note about parsing of pblocks in conditional statements. More... over 18 years ago
Keep syntactic categories in sync with synopses More... over 18 years ago
added missing assertions from S5 cleaned up all the undefined vars found by latest pugs at compile time More... over 18 years ago
missing rule for qw-ish assertions like < $ @ % & @@ :: > More... over 18 years ago
* Prelude: Work around the eval-not-propagating-context bug by using no closures in the body of &eval. More... almost 19 years ago
* Prelude: &evalfile should refer to the global &*eval as such, not assuming it's within the lexical scope. More... almost 19 years ago
* Prelude: Erase the caller frames in &eval and &evalfile. More... almost 19 years ago
* Use "=begin END" to save some AST space as the END POD block is not saved into the stream. More... almost 19 years ago
[Prelude.pm] in Str.graphs, comment the future need for units in substr
rhr
More... almost 19 years ago
[Prelude.pm] add Str.graphs, make Str.chars return Str.graphs
rhr
More... almost 19 years ago
allow \h* between block and comma/colon More... almost 19 years ago
[STD] factored out nounphrase pre/post interleaver from expect_term rule More... almost 19 years ago
Str.subst('str.literal','replace') works More... almost 19 years ago
added dummy implementation of Str.match in prelude plus few tests More... almost 19 years ago
Implemented Str.subst as pure perl in Prelude.pm, relying on Pugs::Internals::rule_(pattern|adverbs). It is slow, buggy & incorrect but better than nothing. More... almost 19 years ago
Perl-6.0.0-STD.pm - fixed a few mismatched brackets More... almost 19 years ago
Fixes to Prelude to work around multiple dispatch problems in fmt.t More... almost 19 years ago
cheater neglected to cheat consistently More... almost 19 years ago
STD.pm: defined various rules someone neglected to define earlier More... almost 19 years ago
STD: fixed some recently introduced syntax errors More... almost 19 years ago
random cleanup, <unsp rethinks More... almost 19 years ago
STD: methodop didn't recognize unspace before : or () More... almost 19 years ago
Fixed \c parsing to allow either named or control characters. More... almost 19 years ago
Don't need to indirect stoppers when <?before($stop)> can take arg directly. Teach cheater to translate $.expect* calls to subrule calls. More... almost 19 years ago
compensate for pugs not parsing '{' and '}' correctly in rules More... almost 19 years ago
STD.pm now believes in '...' (oddly, it never had a rule to parse <'...'>) More... almost 19 years ago
All punctuation is now considered "meta" and must be explicitly quoted. <'*'> form simplified to '*' =\> can now be written '=>' (the changes in this file are just in usage, haven't changed the parser yet) More... almost 19 years ago
keep cheated STD parsable by pugs, if not very runnable More... almost 19 years ago
more var decl hackery More... almost 19 years ago