refactoring of Node class and more stringent checks
[sbp.git] / src /
2008-03-04 adamrefactoring of Node class and more stringent checks
2007-11-05 adammore unform naming for add/remove
2007-11-05 adammore refactoring into Node
2007-11-05 adamrefactor predecessor/successor into Node class
2007-11-05 adamrename Node.results to Node.predecessors, add type...
2007-11-05 adamrefactor toInt() and related machinery into Node
2007-11-05 adamrefactor GraphViz into Node
2007-11-05 adamcreate common superclass of ResultNode and StateNode
2007-11-05 adamrename Result->ResultNode
2007-11-05 adamrename Node->StateNode
2007-10-23 adambetter support for \\t
2007-09-09 adamadded performance instrumentation (commented out)
2007-09-09 adammostly inert shuffling around in Sequence
2007-09-09 adamadd first-class zero-or-more repetitions
2007-09-09 adamadd support for << and >> to CharTopology.toString()
2007-09-09 adammajor overhaul to institute optimal GSS sharing
2007-09-09 adamremove Node from GSS.hash when destroyed
2007-09-09 adamadd a second parameter argument to Invokable (two param...
2007-09-09 adamadd IntPairMap.remove()
2007-09-09 adamkeep track of which reduction created each result ...
2007-09-09 adamchange naming: use pred/succ rather than parent/child
2007-09-09 adamadd support for test cases which do not expand their...
2007-09-08 adamadd serialize/deserialize to regression test
2007-09-08 adammake Parser implement Serializable
2007-09-08 adamno longer need to thread a Grammar through Parser.Table
2007-09-08 adamadd slow epsilon-ness checker as static method in Element
2007-09-08 adamuse Sequence.Pos rather than Sequence.Position wherever...
2007-09-08 adama caretized LiteralNode does not get dropped
2007-09-08 adamchange Edu.Berkeley.Sbp.Haskell.SBP to Edu_Berkeley_Sbp...
2007-05-30 adamadd ImportResolver mechanism
2007-05-27 adamGrammarAST.BacktickNode
2007-05-27 adamGrammarAST: remove BracedNode, refactor, remove getOwne...
2007-05-27 adamrecompile metagrammar
2007-05-27 adamremove curly braces from metagrammar
2007-05-27 adammake MetaGrammar package-private
2007-05-27 adammove TestCase junk out of GrammarAST
2007-05-27 adammove meta.g into src/, cleanup
2007-05-27 adamupdate SBP.lhs
2007-05-27 adamupdate README, ditch Main.lhs
2007-05-27 adamupdate copyright date 2006->2007
2007-05-27 adamfactor Pos out of Position in preparation for serialiab...
2007-05-27 adamlots of misc cleanups to GrammarAST
2007-05-27 adamallow lifts on any position
2007-05-27 adamadd Serializable to util classes
2007-05-27 adamuse >> and << for indent/dedent
2007-05-27 adamTODO updates
2007-05-27 adamrebuild MetaGrammar
2007-05-27 adamcleanup of Repeat.java
2007-05-27 adamrename GrammarBuilder -> GrammarAST
2007-05-27 adamremove XTree
2007-04-20 adamadded ~~ operator and tests for ~~ and ... operators
2007-04-20 adamsupport for left recursion in Repeat.java
2007-04-20 adamsupport for left recursion and ellipses in GrammarBuilder
2007-04-20 adammore accurate positions in CharInput
2007-04-20 adamrecompile metagrammar
2007-04-20 adamenable blue and green ansi colors
2007-04-20 adamUnwrapLeft, error reporting improvements
2007-04-20 adambetter tracking of locations in GSS
2007-04-20 adamabort if only remaining nodes are doomed
2007-04-20 adambetter reporting of indentation related parse errors
2007-04-20 adamadd IndentingReader
2007-03-28 adamremove HaskellHelper and Tib (part of Wix now)
2007-03-28 adamremove extraneous debug print statement
2007-03-28 adamclean up metagrammar handling of drop and question...
2007-03-27 adamrename edu.berkeley.sbp.Cache to Grammar
2007-03-27 adamcleanups, reorg, and commenting
2007-03-27 adamadd maxLength argument to Input.showRegion()
2007-03-26 adamupdate metagrammar
2007-03-26 adamfix error caused when building error message
2007-03-26 adamfix bug that caused hang when parsing comments in gramm...
2007-03-26 adamreenable XTree
2007-03-26 adamremove obsolete comment
2007-03-26 adamdon't clreol when displaying just the spinner
2007-03-26 adamslow down spinner
2007-03-26 adamclean up HaskellHelper
2007-03-26 adamadjust misc for changes in meta
2007-03-26 adamfix up RegressionTests for new meta
2007-03-26 adamMAJOR: complete rewrite of edu.berkeley.sbp.meta
2007-03-26 adamMAJOR: huge revamp of Sequence, Result, Reduction,...
2007-03-26 adamSequence: cleanup, mostly inert
2007-03-26 adamResult: mostly inert changes
2007-03-26 adamUnion: many cleanups
2007-03-26 adamUnion: convenience constructor
2007-03-26 adamUnion.java: visibility fixes
2007-03-26 adamTree.java: resolve any lifting at Tree-creation time
2007-03-26 adammove Walk.java->Cache.java
2007-03-26 adamuse accessors
2007-03-26 adamthrow error when Forest created with head()
2007-03-26 adamadd comment to Element
2007-03-26 adamupdate API in Repeat
2007-03-26 adamremove unused code from CommandLine
2007-03-26 adamremove stale logging code from Cartesian
2007-03-26 adamTib cleanups
2007-03-26 adamadd Input.getName()
2007-03-26 adamminor cleanups to CharInput
2007-03-26 adamimprove Reflection.lub() behavior for nested arrays
2007-03-26 adamchange Invokable from two arguments to 3
2007-03-26 adammake ANSI.clreol()
2007-03-26 adamremove edu.berkeley.sbp.bind
2007-02-26 adammake Result.usedByNonDoomedNode() more efficient
next