aboutsummaryrefslogtreecommitdiff
path: root/apps/cassiopeia/src/format/parser.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cassiopeia: changing parser output to more generic IR structureMx Kookie2020-12-211-0/+3
| | | | | | | | This allows a few things: a, it's a persistant format that we can mirror to disk again, AND can adapt because all type information is known, and it allows for new entries to be added to the IR more easily, without having to worry about exact formatting, or re-inferring order from the TimeFile abstraction.
* cassiopeia: changing project structure and adding CLI parsingMx Kookie2020-12-211-3/+6
|
* cassiopeia: adding more types to the time file abstractionMx Kookie2020-12-211-12/+10
|
* cassiopeia: implementing basic file parserMx Kookie2020-12-211-0/+78