era-compiler-solidity icon indicating copy to clipboard operation
era-compiler-solidity copied to clipboard

[WIP] extract parser into a separate crate

Open sayon opened this issue 6 months ago • 0 comments

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.

sayon avatar Aug 19 '24 17:08 sayon