X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=2cec7771eceace09ce4de4ae750859038e9000c7;hp=d7afed210b1b4c08633226d90b5e1fededf516d4;hb=2bee2b032b0422d212e17082cc4dcbf28cb897ac;hpb=45d799349e635f1a99e3974e4504a43d5a7aaf33;ds=sidebyside diff --git a/TODO b/TODO index d7afed2..2cec777 100644 --- a/TODO +++ b/TODO @@ -1,34 +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:{...}) +- Clean up the prioritized-match garbage + - evil problems with (x y? z /ws) -create( h:{...}, class ) = - -create( , String) - -create( _:{...}, String) = treat as char[] -create( _:{...}, c[] ) = { create(.,c), create(.,c), ... } - -create( $c:{...} ) = - - - - clean up the visualization (?) - - - I still don't like Atom.Infer and Atom.Invert... - - - better ambiguity debugging tools + - 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