| 2007-11-05 | adam | refactor GraphViz into Node | commit | commitdiff | tree | snapshot | 
| 2007-11-05 | adam | create common superclass of ResultNode and StateNode | commit | commitdiff | tree | snapshot | 
| 2007-11-05 | adam | rename Result->ResultNode | commit | commitdiff | tree | snapshot | 
| 2007-11-05 | adam | rename Node->StateNode | commit | commitdiff | tree | snapshot | 
| 2007-10-23 | adam | better support for \\t | commit | commitdiff | tree | snapshot | 
| 2007-10-23 | adam | add some to-do notes | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | added performance instrumentation (commented out) | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | add test case for reduction node sharing | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | mostly inert shuffling around in Sequence | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | add first-class zero-or-more repetitions | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | add support for << and >> to CharTopology.toString() | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | update TODO list | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | major overhaul to institute optimal GSS sharing | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | remove Node from GSS.hash when destroyed | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | add a second parameter argument to Invokable (two param... | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | add IntPairMap.remove() | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | keep track of which reduction created each result ... | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | change naming: use pred/succ rather than parent/child | commit | commitdiff | tree | snapshot | 
| 2007-09-09 | adam | add support for test cases which do not expand their... | commit | commitdiff | tree | snapshot | 
| 2007-09-08 | adam | add serialize/deserialize to regression test | commit | commitdiff | tree | snapshot | 
| 2007-09-08 | adam | make Parser implement Serializable | commit | commitdiff | tree | snapshot | 
| 2007-09-08 | adam | no longer need to thread a Grammar through Parser.Table | commit | commitdiff | tree | snapshot | 
| 2007-09-08 | adam | add slow epsilon-ness checker as static method in Element | commit | commitdiff | tree | snapshot | 
| 2007-09-08 | adam | use Sequence.Pos rather than Sequence.Position wherever... | commit | commitdiff | tree | snapshot | 
| 2007-09-08 | adam | add a TODO | commit | commitdiff | tree | snapshot | 
| 2007-09-08 | adam | a caretized LiteralNode does not get dropped | commit | commitdiff | tree | snapshot | 
| 2007-09-08 | adam | change Edu.Berkeley.Sbp.Haskell.SBP to Edu_Berkeley_Sbp... | commit | commitdiff | tree | snapshot | 
| 2007-05-30 | adam | add ImportResolver mechanism | commit | commitdiff | tree | snapshot | 
| 2007-05-28 | adam | added draft LaTeX grammar | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | GrammarAST.BacktickNode | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | GrammarAST: remove BracedNode, refactor, remove getOwne... | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | recompile metagrammar | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | remove curly braces from metagrammar | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | make MetaGrammar package-private | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | move TestCase junk out of GrammarAST | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | move meta.g into src/, cleanup | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | update SBP.lhs | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | update README, ditch Main.lhs | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | remove the last of the non-LambdaVM Haskell stuff | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | cleanup of doc/ subdirectory | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | remove more crud from test/ subdirectory | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | update copyright date 2006->2007 | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | remove obsolete crud | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | factor Pos out of Position in preparation for serialiab... | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | lots of misc cleanups to GrammarAST | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | allow lifts on any position | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | add Serializable to util classes | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | use >> and << for indent/dedent | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | TODO updates | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | rebuild MetaGrammar | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | cleanup of Repeat.java | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | rename GrammarBuilder -> GrammarAST | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | add new regression tests: lifts, epsilon conjunct | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | dont use sbp.verbose by default in Makefile | commit | commitdiff | tree | snapshot | 
| 2007-05-27 | adam | remove XTree | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | added ~~ operator and tests for ~~ and ... operators | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | update TODO | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | support for left recursion in Repeat.java | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | support for left recursion and ellipses in GrammarBuilder | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | more accurate positions in CharInput | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | recompile metagrammar | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | add ellipses to metagrammar | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | enable blue and green ansi colors | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | UnwrapLeft, error reporting improvements | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | better tracking of locations in GSS | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | abort if only remaining nodes are doomed | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | better reporting of indentation related parse errors | commit | commitdiff | tree | snapshot | 
| 2007-04-20 | adam | add IndentingReader | commit | commitdiff | tree | snapshot | 
| 2007-03-28 | adam | remove HaskellHelper and Tib (part of Wix now) | commit | commitdiff | tree | snapshot | 
| 2007-03-28 | adam | remove extraneous debug print statement | commit | commitdiff | tree | snapshot | 
| 2007-03-28 | adam | clean up metagrammar handling of drop and question... | commit | commitdiff | tree | snapshot | 
| 2007-03-27 | adam | rename edu.berkeley.sbp.Cache to Grammar | commit | commitdiff | tree | snapshot | 
| 2007-03-27 | adam | cleanups, reorg, and commenting | commit | commitdiff | tree | snapshot | 
| 2007-03-27 | adam | add maxLength argument to Input.showRegion() | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | update metagrammar | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | fix error caused when building error message | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | fix bug that caused hang when parsing comments in gramm... | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | reenable XTree | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | remove obsolete comment | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | don't clreol when displaying just the spinner | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | slow down spinner | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | clean up HaskellHelper | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | TODO updates  tag_for_25-Mar | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | Makefile updates | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | update testcase grammar | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | update regression tests | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | update metagrammar | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | adjust misc for changes in meta | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | fix up RegressionTests for new meta | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | MAJOR: complete rewrite of edu.berkeley.sbp.meta | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | MAJOR: huge revamp of Sequence, Result, Reduction,... | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | Sequence: cleanup, mostly inert | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | Result: mostly inert changes | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | Union: many cleanups | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | Union: convenience constructor | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | Union.java: visibility fixes | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | Tree.java: resolve any lifting at Tree-creation time | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | move Walk.java->Cache.java | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | use accessors | commit | commitdiff | tree | snapshot | 
| 2007-03-26 | adam | throw error when Forest created with head() | commit | commitdiff | tree | snapshot | 
| next |