0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[STD] fix Auzon++'s sig bug More... over 17 years ago
[Cursor] buglet from incomplete transition on semantics More... over 17 years ago
[STD] speed up parser by 33% by using P5 regex instead of TRE for ltm backoff matches More... over 17 years ago
[STD] various changes in preparation for inlining p5 regex optimizations More... over 17 years ago
[STD] allow ' and - in ident (but only before a letter) More... over 17 years ago
remove trailing tab from STD Makefile More... over 17 years ago
[STD] handles errors from an eval (grammars need a lineof) More... over 17 years ago
[STD] more opdef tuneups More... over 17 years ago
[STD] distinguish &infix:<x> inside declaration from outside More... over 17 years ago
[STD] EXPR gets upset if we don't hoist $<sym> from prefix into pre More... over 17 years ago
[STD] remove factorial cheat now that postfix:<!> is recognized More... over 17 years ago
[STD] refine nibbler to avoid LTM for now avoid feeding canmatch() multiple large unicode characters at once since that tends to make way too many digraph cache files [t] whack illegal adverbials More... over 17 years ago
[STD vs t] user-defined prefix, infix, and postfix ops now derive new languages (no support for equiv or assoc traits yet, nor for circumfix etc.) start of support for $?PARSER, now parses 99.74% of t/ traits and sigs may now be intermixed an anonumous subname may be represented with '&' in sub & is foo {...} now parses 99.74% of t More... over 17 years ago
[STD] s/Uint/UInt/ More... over 17 years ago
[STD] factor out common prefix of all the *ibble routines cleanup of type names More... over 17 years ago
[STD vs t] now passes 99.22% For parsing sanity, :: is no longer officially a sigil More... over 17 years ago
[STD] much improved error messages on runaway strings and other "worries" More... over 17 years ago
[STD] let EXPR parse term after infix with a rule specified by the infix op (considered other kludges but this preserves 1-pass parsing) switch , parsing to using this mechanism plus <nulltermish> fix .= parsing by forcing <dottyop> as next term [pre_post.t] can't leave the space out between "is Foo" and the class block or it is interpreted as an arg to the Foo pseudo-adverb More... over 17 years ago
[STD vs t] more Mutually Assured Construction More... over 17 years ago
[STD5_dump_match] use new parsefile method More... over 17 years ago
[STD] support .parse and .parsefile methods, emit filenames on errors More... over 17 years ago
[STD] implement quasi correctly More... over 17 years ago
[STD] new make target testt for running all of t/, not just t/spec/ More... over 17 years ago
s/q:code/quasi/ plus various t/ buglets More... over 17 years ago
[STD and t/] various bugs, STD now parses 96% of t/ More... over 17 years ago
[STD] previous change lost bits of syntax tree More... over 17 years ago
[STD] much improved error messages [methods_on_typed_attrs] class Bar must be predeclared More... over 17 years ago
[STD] fixed bug with autolexer hack in derived grammars More... over 17 years ago
various buglets, STD now parses 94% of t/ More... over 17 years ago
[t/*] s/:perl5/:Perl5/ More... over 17 years ago