now parsing date more robustly
This commit is contained in:
parent
4c7417c729
commit
14af6e94e3
2 changed files with 107 additions and 28 deletions
|
@ -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
|
||||
|
|
Reference in a new issue