Skip to content

Commit

Permalink
Refactoring TranscriptParser
Browse files Browse the repository at this point in the history
A bunch of small changes in TranscriptParser

- remove dead code
- don’t use `Show` for formatted output
- put processed blocks in a separate sum type from unprocessed blocks
- remove `Transcript` from identifiers (changed importers to use
 `qualified as Transcript`)
- deduplicated some error reporting

And one happy fix, IMO – got rid of the `Text.init` that plagued me in
  • Loading branch information
sellout committed Jul 17, 2024
1 parent 525e923 commit 00f6c8c
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 249 deletions.
Loading

0 comments on commit 00f6c8c

Please sign in to comment.