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

refac: decouple LLVM specifics from YUL parser

Open sayon opened this issue 6 months ago • 1 comments

What ❔

Parameterize parser with previously LLVM-specific details (i.e. function attributes).

Why ❔

LLVM-specific logic has to be decoupled from the parser so that parser can be decoupled from the compiler and reused in other contexts.

sayon avatar Aug 10 '24 12:08 sayon