1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update nqp-rx to recent parrot trunk. More... about 14 years ago
Update nqp-rx to recent parrot trunk. More... about 14 years ago
create new match objects and arrays in separate methods that can easily be overridden from HLLs More... about 14 years ago
[docs] bootstrapping guide More... about 14 years ago
update boostrap More... about 14 years ago
bump PARROT_REVISION and enable build More... about 14 years ago
Bump PARROT_REVISION to latest Parrot, and switch Parrot's config_lib.pasm to be the new config_lib.pir . More... about 14 years ago
Remove 'pos' register fossil noticed by muixirt++ . More... about 14 years ago
Add \e quote_escape to NQP. More... about 14 years ago
Remove \e from quoted-string handling, it's too P6-specific to be part of HLL::Grammar. It's okay to add it to NQP::Grammar, though. The other escape sequences (\f, \0, etc.) can stay, though. More... about 14 years ago
Update bootstrap. More... about 14 years ago
Avoid global-namespace lookup of quotemod_check (TT #389). More... about 14 years ago
Update the bootstrap. More... about 14 years ago
Properly implement \f, \e and \0 escapes in strings. More... about 14 years ago
Add detection of unknown backslash sequences and fix the \$ bug along the way. masak++ too. :-) More... about 14 years ago
Correct action methods for \e and \f sequences in regexes. More... about 14 years ago
Implement paragraph and abbreviated Pod comments More... about 14 years ago
remove un-perly fatarrow extension More... about 14 years ago
get rid of icky fatarrow2 rule and parse double quoted strings on the LHS of => More... about 14 years ago
Make NQP understand single quoted strings on the LHS of => More... about 14 years ago
Add some tests for the fat arrow More... about 14 years ago
Borrow map/grep/reduce from plumage More... about 14 years ago
Borrow all_matches and subst from Plumage More... about 14 years ago
Add IO functions from plumage. More... about 14 years ago
Add list(). More... about 14 years ago
Add Array.join More... about 14 years ago
Add nqp-settings.pbc and src/gen/*pm into cleanups to clear Settings generated file. More... about 14 years ago
Rewrite 02-hash.t using builtin NQP testing. More... about 14 years ago
Rewrite 01-array.t using builtin NQP testing. More... about 14 years ago
Borrow C<hash()> from plumage. More... about 14 years ago