X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=2cec7771eceace09ce4de4ae750859038e9000c7;hp=1e53bb83803c4c468679d4feecd2e18fc61b6032;hb=2bee2b032b0422d212e17082cc4dcbf28cb897ac;hpb=e5cfb136bf7fd1352eff1bd87a458aa4ff748537 diff --git a/TODO b/TODO index 1e53bb8..2cec777 100644 --- a/TODO +++ b/TODO @@ -1,30 +1,15 @@ _____________________________________________________________________________ Immediately -- 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 +- Migrate Demo.java -> MetaGrammar.java + - Figure out serialization -create( $c:{...}, class ) = - return create($c:{...}) - -create( h:{...}, class ) = - -create( , String) - -create( _:{...}, String) = treat as char[] -create( _:{...}, c[] ) = { create(.,c), create(.,c), ... } - -create( $c:{...} ) = +- Clean up the prioritized-match garbage + - evil problems with (x y? z /ws) - 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