aureliojargas / sedsed

Debugger and code formatter for sed scripts
https://aurelio.net/projects/sedsed/
GNU General Public License v3.0
115 stars 10 forks source link

could EREs be supported? #79

Open calestyo opened 2 years ago

calestyo commented 2 years ago

Hey.

Would it be possible to support POSIX EREs in addition to BRE?

Cheers, Chris

aureliojargas commented 2 years ago

There's a PR proposal to add the -E option: https://github.com/aureliojargas/sedsed/pull/74

calestyo commented 9 months ago

@aureliojargas So... any plans to merge that and release a new version?