now parsing date more robustly

This commit is contained in:
Yehowshua Immanuel 2022-06-11 00:01:53 -04:00
parent 4c7417c729
commit 14af6e94e3
2 changed files with 107 additions and 28 deletions

View file

@ -29,6 +29,7 @@ The first build of the program may take some time.
- [ ] Consider what to do with don't care values
will probably just convert them to strings for now.
- [ ] Test for speed and see if stream of bytes is helpful
- [ ] Split ``parse.rs``. It's getting too large.
- [ ] Include line and possible column numbers
- [ ] Change states to lowercase
- [ ] We need to start regression testing the parser over all files