exercism / sed

Exercism exercises in sed.
https://exercism.org/tracks/sed
MIT License
1 stars 2 forks source link
exercism-track wip-track

Exercism sed track

Sed (Stream EDitor) is a very practical and fun Turing-Complete esoteric language mostly used for text manipulations.

Language variant

We'll use GNU Sed with all GNU extensions and ERE (Extended Regular Expression) in this track.

Testing framework

Testing will be done with bats-core from the Bash Track.

Support

Get help on the Exercism forum.

Contributing

Please see the CONTRIBUTING.md document for details about adding concepts, learning exercises and practice exercises.