0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 24 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[sprixel] make Grammars fully declarative (compilation deferred). More... about 16 years ago
[sprixel] bugfix in the prefix & postfix codegen macro generators; cleanup of unused macros More... about 16 years ago
[sprixel] patterns can now reproduce their own source code (in JavaScript). More... about 16 years ago
[vill] more docs, new LHF and a re-tweaked 'make clean' More... about 16 years ago
[STD] restore missing ws after <typename> More... about 16 years ago
[STD] avoid undefined error on $*IN_DECL More... about 16 years ago
[STD] remove old type slot from constant declarator discovered by diakopter++ More... about 16 years ago
[sprixel] implement root() and regen() methods More... about 16 years ago
[STD,Cursor] track 'of' types and give error on extra declaration treat anon enums, subsets, etc more consistently More... about 16 years ago
[sprixel] disable more debugging More... about 16 years ago
[sprixel] several bug fixes; several simplifications; implemented dot() (any char) masak++ for the good test case More... about 16 years ago
[STD] disallow :!foo(0) and :5bar[42] as suggested by masak++ More... about 16 years ago
[vill] 'make clean' tweak from dugg++, another TODO in link_codegen.cpp More... about 16 years ago
[vill] added and updated many files, but still not generating code properly More... about 16 years ago
[sprixel] implement computeRefs and the first portion of Grammar.compile More... about 16 years ago
[sprixel] begin to port the support for named pattern references/resolution (i.e. grammar declaration/construction) More... about 16 years ago
[sprixel] implement character range() (all unicode codepoints supported, but the unicode range macros/definitions aren't yet implemented). will probably steal them from xregexp. More... about 16 years ago
[sprixel] cleanup old adhoc tests; add empty() and star() (greedy only for now) combinators More... about 16 years ago
[sprixel] better memoization & a bugfix. More... about 16 years ago
[vill] statementlist() gets through to statement(), small doc updates More... about 16 years ago
[sprixel] improved correctness and complexity/efficiency drastically. memoization of failed offsets when backtracking. implemented in plus. unclear whether it should be implemented in either. should go quadratic only on the same classes of patterns Perl 5 does, now... More... about 16 years ago
[sprixel] an optimization for gplus. instead of behaving O(n**5), now it's O(n**2.5). :| More... about 16 years ago
[STD] suggest omitting whitespace to get a postfix More... about 16 years ago
[sprixel] gplusb mostly done.. More... about 16 years ago
[sprixel] gplus (plus of a deterministic pattern) working. now for gpluss. More... about 16 years ago
[STD] parse old embedded comment as line-end comment now More... about 16 years ago
[STD] improve detection of attempt to use postfix after whitespace More... about 16 years ago
[STD] emit better message when an intended reduce is interpreted as composer More... about 16 years ago
[sprixel] added gbeg[inning anchor] More... about 16 years ago
[sprixel] added geitherlrs More... about 16 years ago