summary refs log tree commit diff
path: root/src/parser.rs (follow)
Commit message (Collapse)AuthorAge
* feat(parser): finish nom rewrite with coursepoints parserSophie Forrest2024-12-04
| | | | | | | This parser can correctly parse course prerequisites, corequisites, and restrictions, which the previous parser could not do. These cannot be split into a truly computer readable format yet, and I believe this would be out of scope for this project.
* feat(parser): complete offering parser + courseidSophie Forrest2024-09-12
| | | | | Complete courseid and offering parsers. These will be swapped into the codebase in the next commit.
* feat: initial work on nom parsersSophie Forrest2024-09-11