boa-dev / temporal

A Rust implementation of ECMAScript's Temporal API
Apache License 2.0
26 stars 4 forks source link

Migrate parsing to `ixdtf` crate #50

Closed nekevss closed 5 months ago

nekevss commented 5 months ago

This would close #39.

This migrates us from the current parser to the ixdtf crate.

As mentioned in #48, this also adds a macro temporal_assertion for asserting with the goal of being able to use that functionality instead of expect going forward.