X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=ecaed945c686612e34587b500a92c5c35d62841b;hp=d2d930d9363c6c69074ae189054a6dcb0718c6a1;hb=b3552d74adab93ce7910569579069d249debafc8;hpb=ce09a3233a44462c262c1751bb805edfc9d83d55 diff --git a/TODO b/TODO index d2d930d..ecaed94 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,9 @@ _____________________________________________________________________________ Immediately + - keywordification (ie globally reject from all productions? + - generalized follow-by?) + - clean up util package - currently we GC the doomed stack when the parent dies... but @@ -33,6 +36,16 @@ Immediately ______________________________________________________________________________ v1.1 +- use regression/least-squares/trend-prof to look for reductions whose + behavior is O(n^2)? (ie performed a number of times proportional to + the input consumed so far). + +- Optimizations: + - (x &~ y) => (x & z) + - string lookahead + - don't form result forests for negated productions + - early kills: (a &~ ... b ...) -> once "... b" is seen, "a" is dead + - MUST HAVE BETTER ERROR MESSAGES - use for developing java15.g - better ambiguity reporting