merklejerk / solpp

A solidity preprocessor and flattener CLI and library
Apache License 2.0
112 stars 14 forks source link

⚠️ deprecation notice #23

Open merklejerk opened 2 years ago

merklejerk commented 2 years ago

Hey guys, thanks for all the interest in this project. By this point, the grammar is severely out of date for newer solidity versions. Unfortunately I don't have the bandwidth to maintain this project anymore :cry:.

On the plus side, the solidity language has come a long way since this project was created. Built-in language features, such as immutables, better constant inlining, and function types, now cover a lot of what this tool was originally developed for.