1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 21 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[S03] remove frivolous sub [op] form of reduce declaration &[op] always refers to a binary infix even for list associative ops More... over 16 years ago
[S16] added :async flag to getc More... over 16 years ago
[S12] fixed minor typo in class name More... over 16 years ago
ref -L in S19 More... over 16 years ago
move away from "prelude" towards "setting" establish LANG lexical scope to indicate setting define --language or -L to set LANG dsl More... over 16 years ago
[spec] spelling, grammar, and other clarifications; TimToady++ More... over 16 years ago
[S02] random clarifications More... over 16 years ago
[S19] more comments More... over 16 years ago
[STD, S03] slaughter of the LTM metatokens STD now runs considerably faster Freed from LTM, metaoperators may now be nested arbitrarily deep new &[op] notation for infix functions More... over 16 years ago
missing comma More... over 16 years ago
[S02] reserve PERL and FILE lexical scope names More... over 16 years ago
[STD] more operator hacking inspired by mtnviewmark++ [S03] added comparison-reversion metaoperator More... over 16 years ago
[S29] expand on use of * in orderings sort, min, and max shouldn't have an optional positional before a slurpy junctional functions take *@array, not a single @array parameter hence the corresponding methods are not exported More... over 16 years ago
[STD, S05] converge spec and parse of character classes More... over 16 years ago
[S02] clarify that .perl always represents an object as an item More... over 16 years ago
[STD, S03] more operator alignment and cleanup More... over 16 years ago
[S29] documented .i method in Num More... over 16 years ago
[S02,S03] delete some .pos fossils More... over 16 years ago
[S03] more alignment with STD [S12] monkey patching now requires a special "use MONKEY_PATCHING" at the top More... over 16 years ago
[S29] changed outdated notice about document location, noticed by Coke++ More... over 16 years ago
[STD] alignment with S03 on associativity noted by mtnviewmark++ [STD] added various missing functions and types [t/spec] remove my() function calls :) More... over 16 years ago
[S03] remove .contains fossil More... over 16 years ago
[S19] a note on assumptions More... over 16 years ago
[S19] add notes for further design review More... over 16 years ago
[S19] describe how to avoid ambiguity when nesting delimited options More... over 16 years ago
[S19] a little copy-editing More... over 16 years ago
[S19] incorporate more of TimToady++'s notes, and format Notes section as proper Pod More... over 16 years ago
[S19] delimited options use eager matching semantics, are invisible to MAIN, but are available via %+OPTS<...> More... over 16 years ago
[S02] clarify that Pairs and Mappings are mutable in value, but not in key More... over 16 years ago
[S19] address backward (in)compatibilities More... over 16 years ago