X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=0ec93530ed77c6537f41ea9f0cb9fb1f7326554c;hp=972a8010866821ac45651bc47687ae2403c5380c;hb=50ff66e926f981a5b3716f218ad24603c2a12e3f;hpb=558f61d337215d3f65d503e1dc97300289efa5c4 diff --git a/TODO b/TODO index 972a801..0ec9353 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,16 @@ -______________________________________________________________________________ +_____________________________________________________________________________ Immediately + - finalize metagrammar and rdp-op's + + - Lay down the law on the different kinds of Sequence productions + and how they work. + + => mydrop + => mylift + + - Deal with the problem of zero-rep productions and whitespace insertion + - switch maximal to not-followed-by (~/~) - should Union.add() be there? @@ -114,3 +124,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".