amazon-ion / ion-rust

Rust implementation of Amazon Ion
Apache License 2.0
147 stars 35 forks source link

Adds text 1.1 read support for eexps with a numeric address #813

Closed zslayton closed 1 month ago

zslayton commented 1 month ago

Adds parsing support for numeric macro IDs in an e-expression. Also revises some error messages related to Int downcasting--instead of "too big", they now say "out of range".

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.