X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=f3b5856f23f3494e4cf114320223f47822182ba7;hp=5368def7263c1280e3f06934cd67c232104f8099;hb=8633a1ff957ac9ccbafa5e897bc8b9f17eadab02;hpb=5cf6851e385edfdec4955120e03bf7e282dc8a68 diff --git a/TODO b/TODO index 5368def..f3b5856 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,23 @@ _____________________________________________________________________________ Immediately + - Sensible tree-printout + - make Tib.Block extend Tree<> + - refine TIB + - documentation markup + + - more natural phrasing of metagrammar? + + - 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? @@ -117,3 +131,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".