1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a panic call, so we actually panic with the useful error message. More... almost 14 years ago
fix with respect to ops_massacre parrot branch More... almost 14 years ago
Add a more lexically-aware interactive REPL. Still some tweaks wanted. More... almost 14 years ago
Clean up exception printing when catching exceptions in interactive mode. More... almost 14 years ago
Add HLL::Actions.CTXSAVE to make it easy for compilers to save contexts. More... almost 14 years ago
Skip any null lex_pad entries in the outer_ctx chain. More... almost 14 years ago
Enable outer_ctx handling in NQP programs (e.g., via NQP::Compiler.eval). Establish some infrastructure to make it easier for other compilers to do the same. More... almost 14 years ago
Update bootstrap. More... almost 14 years ago
Avoid "Cannot take substr outside of string" exceptions on interpolated literal matches. More... almost 14 years ago
Update bootstrap. More... almost 14 years ago
Change tests for isa ['Sub'] to does 'invokable'. More... almost 14 years ago
Update bootstrap. More... almost 14 years ago
Don't interpolate special variables in regexes. More... almost 14 years ago
Update bootstrap. More... almost 14 years ago
Update setting with fix for failing subst expression. More... almost 14 years ago
Enable code interpolations. More... almost 14 years ago
Refactor <?{...}> and <!{...}> code assertions to prepare for <{...}>. More... almost 14 years ago
Refactor codeblock slightly in preparation for interpolated blocks. More... almost 14 years ago
Fix array-regex interpolation, enable more tests. More... almost 14 years ago
Enable regex-based assertions. More... almost 14 years ago
Perform array matches, including finding the longest element of an array match. More... almost 14 years ago
Add !INTERPOLATE subrule to Regex::Cursor. Enable $-sigiled variables from NQP. More... almost 14 years ago
Only Regex;Cursor objects end up in the match captures -- others are silently skipped. More... almost 14 years ago
Revert regex-interpolation branch changes back to 3ad311, fresh starting point for new approach to regex interpolation. More... almost 14 years ago
Rebootstrap files to generate new settings More... almost 14 years ago
Fix subst for non-matching patterns More... almost 14 years ago
Make new bootstrap More... almost 14 years ago
Merge remote branch 'upstream/master' into regex-interpolation More... almost 14 years ago
Improve autoprint so that it only outputs the result value if the executed code didn't itself send anything to stdout. Coke++ More... almost 14 years ago
HLL::Compiler.eval() needs to pass its slurpy args to the code it evals. More... almost 14 years ago