X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=27e96945a8f0d0ac0b45867a000d09e952215d35;hp=9c1b4080df654a45fe82b554e5cce67489409373;hb=6bee7f519f499a92a92a459fd2c903d85de0759c;hpb=107df9a4aee6ba593b64d3bbe8b2efac84596cad diff --git a/TODO b/TODO index 9c1b408..27e9694 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ _____________________________________________________________________________ Immediately + - finalize metagrammar and rdp-op's + - Lay down the law on the different kinds of Sequence productions and how they work. @@ -123,3 +125,9 @@ Later - implement Johnstone's algorithm for "reduced, resolved LR tables" to eliminate superfluous reductions on epsilon-transitions. + +______________________________________________________________________________ +Neat Ideas + + - Rekers & Koorn note that GLR Substring Parsing can be used to do + really elegant and generalized "autocompletion".