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