X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=1e53bb83803c4c468679d4feecd2e18fc61b6032;hp=3f7ca1050604ceeba76a06713cecf0d935212991;hb=f22d53e6ae3581e6c2dc096fd0cf93c18e2d2538;hpb=6ba9ea820f9626a7504da6cf442e2cef1601914f diff --git a/TODO b/TODO index 3f7ca10..1e53bb8 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,29 @@ _____________________________________________________________________________ Immediately - - Fix the metagrammar (really?) +- If a top-level rule has labels but no head-tag, like this + Foo = a:Bar b:Baz + then infer the name of the rule it belongs to + +create( $c:{...}, class ) = + return create($c:{...}) + +create( h:{...}, class ) = + +create( , String) + +create( _:{...}, String) = treat as char[] +create( _:{...}, c[] ) = { create(.,c), create(.,c), ... } - - Repeat, Sequence, Tree - - simplify Forest (considerably) +create( $c:{...} ) = - - decent/better error messages - - fix the location stuff, it's broken + + - better ambiguity debugging tools / visualization + + - ParseFailed, GSS, Walk, Parser, Sequence, Forest + + - Fix the metagrammar (really?) + - evil problems with (x y? z /ws) - copyright notices - documentation @@ -23,6 +39,8 @@ v1.1 - RFC2822 (email message/headers) - clean up the whole Walk situation (?) + - what if Tree<> could unwrap itself? + ______________________________________________________________________________ Soon