X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=b383c906e6bdf26d9821f16bffe21773a1da75ab;hb=21b1b10a3ffb4b2021ad940f9cd722e3ed5300c4;hp=31d33a05c3af41cb55dcf54cddcab4ef1cf0134d;hpb=f33c05adc5aa3dd324c5352cdbd6f4b55359acad;p=sbp.git diff --git a/TODO b/TODO index 31d33a0..b383c90 100644 --- a/TODO +++ b/TODO @@ -2,31 +2,22 @@ _____________________________________________________________________________ Immediately - Performance - - - Forest: keep() and valid() -- can we do this with states - rather than subtrees? - - hash Long->long: it's all bogus * pick back up cleaning up end of Parser.java (Reduction) - * some weird edge cases; check last regression test, 'make doc' + - [more] sensible tree-printout - - Sensible tree-printout - - make Tib.Block extend Tree<> + - revamp Tib.Block (do it all in the parser using indent/dedent?) - more natural phrasing of metagrammar? - - finalize metagrammar and rdp-op's - - Deal with the problem of zero-rep productions and whitespace insertion - - should Union.add() be there? - should Atom.top() be there? - - fix the location stuff, it's broken - decent/better error messages - - substring parsing required + - fix the location stuff, it's broken - write some grammars - Java grammar @@ -34,11 +25,12 @@ Immediately - URL (RFC) - RFC2822 (email message/headers) - - PL-PATR? ______________________________________________________________________________ Soon + - substring parsing for better error messages + - clean up the whole Walk situation - "lift" cases: @@ -60,6 +52,8 @@ Soon ______________________________________________________________________________ Later + - Partly-Linear-PATR? (O(n^6) unification grammar) + - Implement a k-token peek buffer (for each state, see if it "dead ends" during the next k Phases based solely on state -- ignoring result SPPF) @@ -133,3 +127,17 @@ Neat Ideas - Rekers & Koorn note that GLR Substring Parsing can be used to do really elegant and generalized "autocompletion". + + +______________________________________________________________________________ +Ideas for the Future + +- Incremental parse table construction +- "lazy GLR" and "lazy trees" -> language with first-class CF matching + - perhaps linear boolean grammars instead? (linear time, quad space) +- Forest parsing => chained parsers +- unification parsing, attributes, etc +- RRP grammars? +- Take another stab at maximal-match? Nonterminal not-followed-by is + too strong. +- Error recovery based on substring parsing