You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to figure out how to encode Numbers (or drop them entirely, which likely requires modifying the Parser and CST).
Motivation
There are no builtin floating point types onchain. The lack of bit-twiddling primitives means that we cannot implement floating point types in the "normal way".
The Ask
We decide whether we want to keep Number around, and if so, we design a performant implementation (with a known format that can be easily used by other tools).
Acceptance Criteria
How can we decide if the task is complete?
We make a decision and implement it, with tests.
The text was updated successfully, but these errors were encountered:
Context
We need to figure out how to encode
Number
s (or drop them entirely, which likely requires modifying the Parser and CST).Motivation
There are no builtin floating point types onchain. The lack of bit-twiddling primitives means that we cannot implement floating point types in the "normal way".
The Ask
We decide whether we want to keep
Number
around, and if so, we design a performant implementation (with a known format that can be easily used by other tools).Acceptance Criteria
How can we decide if the task is complete?
We make a decision and implement it, with tests.
The text was updated successfully, but these errors were encountered: