BigInts
bugchecking
Currently big integers are not supported
- No `Constant` type generated for `...n` literals
- No operations implemented for them
- No operator checking for them
> Parsing is implemented though
> Probably need an external library to implement the operations at constant time stuff? (or can skip for now just treat as new `Open(BigInt)` types
2 条评论