gluax
gluax
@Protryon, let me know if I missed anything here from what we talked about ^^
Canonicalization is simple enough to do it just over the AST, with the AST reducer before the ASG. Making that part simple to separate if they need to be a...
The groundwork for compiler phases is mostly in place there are two tasks left after #832 is merged in. - [ ] Compiler Ast Stages - [x] Canonicalization - [x]...
Two reasons why this is happening: 1. It was said that this may have been moving to SnarkVM as such I avoided it. 2. Furthermore, the input library uses PEST...
My vote is option 2, writing a few less characters and the function name is still clear. Although a reverse method is definitely something we should consider adding at some...
Blocked by #975.
The second option is a nice feature to have, similar to cargo-edit being built-in by default. Personally seems silly to me that cargo add and cargo rm weren't built-in commands....
I'd like to work on this one, but it depends on how we wish to handle #897. Do people have any preference towards how we handle whitespace? @collinc97 @bendyarm @0rphon...
I'm okay with limiting the type of whitespace we handle. I don't think people use these other whitespace characters.
The issue here is that we used to wrap for pre IR where fields were read character by character and wrapped. For the code please see https://github.com/AleoHQ/snarkVM/blob/testnet1/fields/src/fp_768.rs#L826. I'd like to...