warp icon indicating copy to clipboard operation
warp copied to clipboard

Drop the use of the word transpile

Open JorikSchellekens opened this issue 2 years ago • 3 comments

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 transpile cli option to compile
  • [ ] rename the compile cli option to compileCairo
  • [ ] replace all references to the word transpile in the docs to compile
  • [ ] rename compileSolidiy to parseSolidityAST
  • [ ] %s/transpile/compile -- i.e. look for any other references

JorikSchellekens avatar Feb 02 '23 00:02 JorikSchellekens

I'd like to take on this issue. What do you recommend I start from? The docs of the warp repo?

adeleke5140 avatar Feb 05 '23 17:02 adeleke5140

Hey @adeleke5140 the docs would be a good place to start and then the code. Remember grep and sed are your friends

swapnilraj avatar Feb 06 '23 11:02 swapnilraj

Alright. Will do.

adeleke5140 avatar Feb 08 '23 11:02 adeleke5140