Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: don't parse
NaN
, inf
, and infinity
as floats
We could have resolved this the other way, by marking these keywords as reserved, but the Quil spec doesn't allow for `NaN` or `Infinity` and I think this is more useful for our purposes.
- Loading branch information