diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-10-06 19:16:03 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-10-06 19:16:03 -0400 |
| commit | f17d48c56ca631571f32a6e4e4436d244e976fdb (patch) | |
| tree | 77ab88f48d0bbefb252f4607c05f9c8e1e191f9c | |
| parent | 27d1f0001ae912c0a0338820c3caa7cc01b4397b (diff) | |
Add TODO file
| -rw-r--r-- | JPratt/TODO | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/JPratt/TODO b/JPratt/TODO new file mode 100644 index 0000000..a59a58d --- /dev/null +++ b/JPratt/TODO @@ -0,0 +1,12 @@ +@TODO OCt 6, 2020 - Ben Culkin - :RenameMethods + Rename the command methods. Yes, I know that nullDenotation/leftDenotation + are the terms of art for Pratt parsing, but they aren't great for telling + someone who doesn't know the theory behind Pratt parsing. + + One idea for names is perhaps parseInitial/parseRemaining + +@TODO OCt 6, 2020 - Ben Culkin - :Exceptions + Since I've written this, I have rather cooled from exceptions. This should + probably see if it can be changed in some way to not use them, though given + that Java is missing some of the tools/this isn't designed correctly for + exception-less code, I may have to deal with it.
\ No newline at end of file |
