0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[STD] much more symbol table refactoring [Cursor] make imports and enums work right [Makefile] add snaptest target for fire-and-forget testing [teststd] remove ..'s from front of reported test name More... over 16 years ago
[STD] refactor symbol table manipulation [STD] give better error on 'module A; module B;' More... over 16 years ago
[STD] s/comb/words/ on 2 fossils More... over 16 years ago
[STD.pm] also copy CORE.pad.store More... over 16 years ago
[STD.pm] make "make snap" work for me. More... over 16 years ago
[STD] Makefile now has 'snap' target for transactional snapshot in snap/ More... over 16 years ago
[Cursor] fix azawawi++'s .parse('') bug More... over 16 years ago
[redspans] it is working again with STD More... over 16 years ago
[CORE] rats smaller than rat8 byte considered useless More... over 16 years ago
[CORE] reserve some missing native types; swap typenames with functions (note that reserved typenames like complex128 aren't guaranteed to be supported, but at least they'll parse!) More... over 16 years ago
[CORE] add utf8, utf16, utf32 as buffer types [STD] use a character class in spacey to cut down LTM entries [STD] fix parsing of "multi subfoo" to not see "sub" [STD] require whitespace after most declarators (but not sub) More... over 16 years ago
[STD,CORE] add types as routine names also More... over 16 years ago
[viv] can now duplicate gimme5's translation of EXPR [STD] better redefinition message suggested by ruoso++ More... over 16 years ago
[CORE] couple more missing types More... over 16 years ago
[STD etc.] various buglets More... over 16 years ago
[STD] say "$foo."; should not be a ."" method call [CORE] add some missing types found by examples testing More... over 16 years ago
[STD] tighten up messages about old regex modifiers [viv] don't loose track of positions on list-ending nullterm More... over 16 years ago
[Cursor] fix problem with if/else losing .caps [gimme5] now use p5.10's given, so don't need to fake up ; on do {} More... over 16 years ago
[STD] adverbs now produce a real node like a postfix [STD] precedence of adverbs changes to inside item_assignment [viv] properly translate :delete and :exists to p5 More... over 16 years ago
[STD] disallow rand() form to enforce termness at compile time More... over 16 years ago
[Cursor] switch to specced action api (tag separate from method name) More... almost 17 years ago
[STD] allow bare v6 as version number More... almost 17 years ago
[STD] fix for azawawi++'s bug; unify trait_* into trait_mod category More... almost 17 years ago
[STD] allow .& as noted by jnthn++ More... almost 17 years ago
[STD] allow only =begin END to omit its =end [STD] better fix for masak++'s bug More... almost 17 years ago
[STD] fix masak++'s named-parameter-with-default-assumes-positional bug More... almost 17 years ago
[STD] disallow >>( as part of interpolation; must use >>.( to mean that More... almost 17 years ago
[STD] don't use EOF where number expected [STD] random rule/token cleanup More... almost 17 years ago
[Cursor] remove accidental whitespace in :< x > macro More... almost 17 years ago
[STD] degrade "can't augment" to a warning for now More... almost 17 years ago