X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=14e38b529ab09af3314873a49e1848fb74f001ef;hp=a1510616f995bb046ecf7dadd4755c803f6cd73b;hb=574d2f85990e11f0a45e9028fbadf08aaedfd93a;hpb=9ca5aa82948f06917a81983c677e0f8b9cc86af3 diff --git a/TODO b/TODO index a151061..14e38b5 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ _____________________________________________________________________________ Immediately + - simplify metagrammar => go to top-down rewriting => finalize metagrammar and rdp-op's + - What is our use model? - Parse, attribute, unify (ag) - Parse, transform tree, walk (rdp) @@ -132,3 +134,9 @@ Later - implement Johnstone's algorithm for "reduced, resolved LR tables" to eliminate superfluous reductions on epsilon-transitions. + +______________________________________________________________________________ +Neat Ideas + + - Rekers & Koorn note that GLR Substring Parsing can be used to do + really elegant and generalized "autocompletion".