era-compiler-solidity
era-compiler-solidity copied to clipboard
[WIP] extract parser into a separate crate
What ❔
Finish the parser extraction and introduce dependency from yul-syntax-tools crate.
Why ❔
The parser is then reused for other tools such as yul->easycrypt transpiler. The code of other tools is easier to develop/maintain as it is not dependent on compiler.