-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrated to [email protected] * inlines some hot parsers * Removes special cases for incompleteness detection * `match_value` now uses `dispatch!` instead of `alt` * Added macro to define mappings from MatchedValue to LazyRawTextValue * Adds text version-agnostic container parsers * Removes lots of version-specific container parsing code * Makes raw text lists, sexps, and structs generic over Ion version * Removes skip list for incompletness checking. * Removes some `unsafe` usages from `StreamingRawReader` * Makes `IonDataSource::is_streaming()` an associated const
- Loading branch information
Showing
28 changed files
with
2,091 additions
and
3,260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.