warp
warp copied to clipboard
Drop the use of the word transpile
We are going to stick to the idea that Warp is a compiler from now on as the zero-cost abstractions of Cairo 1.0 mean we'll still have a lot of low lever transformations to the Solidity semantics.
As such we should
- [ ] rename the
transpilecli option tocompile - [ ] rename the
compilecli option tocompileCairo - [ ] replace all references to the word transpile in the docs to compile
- [ ] rename
compileSolidiytoparseSolidityAST - [ ]
%s/transpile/compile-- i.e. look for any other references
I'd like to take on this issue. What do you recommend I start from? The docs of the warp repo?
Hey @adeleke5140 the docs would be a good place to start and then the code. Remember grep and sed are your friends
Alright. Will do.