X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=2cec7771eceace09ce4de4ae750859038e9000c7;hp=47593cbd5e0a464a5c95beaf330231aa75b1e2b0;hb=2bee2b032b0422d212e17082cc4dcbf28cb897ac;hpb=fc1e5069ec5401c425dd29b77b04285916b62d10 diff --git a/TODO b/TODO index 47593cb..2cec777 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,15 @@ _____________________________________________________________________________ Immediately - - Repeat, Sequence, Tree - - simplify Forest (considerably) +- Migrate Demo.java -> MetaGrammar.java + - Figure out serialization - - decent/better error messages - - fix the location stuff, it's broken +- Clean up the prioritized-match garbage + - evil problems with (x y? z /ws) + + - better ambiguity debugging tools / visualization + - ParseFailed, GSS, Walk, Parser, Sequence, Forest - copyright notices - documentation @@ -21,6 +24,8 @@ v1.1 - RFC2822 (email message/headers) - clean up the whole Walk situation (?) + - what if Tree<> could unwrap itself? + ______________________________________________________________________________ Soon @@ -44,6 +49,9 @@ Soon - inference of rejections for literals - "prefer whitespace higher up" (?) + - Labeled edges on trees (associate a label with each slot in the + child array in Forest.Body? might make equality tough) -- + equivalent to Feature Structures. Colon-labeling. ______________________________________________________________________________ Later