1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 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 bootstrap files with stdhandle removal More... over 13 years ago
avoid the now-removed stdhandle method More... over 13 years ago
Update bootstrap files. More... over 13 years ago
From Nick Wellnhofer <[email protected]>: Remove deprecated charset ops More... over 13 years ago
Add fib.nqp as a recursion benchmark example. More... over 13 years ago
Add some pod directives to help out Parrot's "make codetest" target. More... over 13 years ago
Update bootstrap. More... over 13 years ago
Fix negated zero-width enumcharlist at end of string (fixes issue #9 on github). Discovered by moritz++. More... over 13 years ago
Bump PARROT_REVISION. More... over 13 years ago
catch p5 gneral quantifiers More... over 13 years ago
Add json.nqp, an example of a JSON compiler written entirely in NQP. More... over 13 years ago
Oops. Failing to plan() is like planning to fail(). More... over 13 years ago
Add tests for "is pirflags<:vtable(...)>". More... over 13 years ago
Add traits to method definitions. More... over 13 years ago
Initial version of trait_mod:is and "is pirflags" trait for subs. More... over 13 years ago
Update bootstrap to include lineof changes. More... over 13 years ago
Eliminate CodeString coercion. More... over 13 years ago
Switch 'lineof' method calls to use the version of HLL::Compiler instead of CodeString. More... over 13 years ago
Temporarily backport PCT::HLLCompiler's 'lineof' method from Parrot r48866 into HLL::Compiler, so that nqp-rx can continue to build from an older Parrot until parrot's trunk is working again. When we're able to bump PARROT_REVISION, this code can go away to fall back to Parrot's version of 'lineof' (DRY). More... over 13 years ago
Add :sub<...> precedence for operator precedence parser (<EXPR>). More... over 13 years ago
update bootstrap files More... over 13 years ago
report unrecognized backslash sequences More... over 13 years ago
introduce "Quantifier quantifies nothing" error message More... over 13 years ago
Update bootstrap. More... over 13 years ago
Comment out split() function for now; it causes the Parrot build to fail (during the building of opsc). We can restore split() when the conflict is repaired. More... over 13 years ago
Add debugging output to <alpha>. More... over 13 years ago
Add regex debugging for cclass-based builtins. More... over 13 years ago
Refactor 83747bd to avoid the "skip_multi" flag on PAST nodes. More... over 13 years ago
Don't put named (slurpy) parameters into multi-signature. Closes TT #1736 More... over 13 years ago
Use @a.push form instead of pir::push More... over 13 years ago