
SED-Go: An implementation of sed in Go
In this post, you are going to learn about SED in Go. An implementation of SED in Go. Status: Command-Line processing: Done. It accepts ‘-e’, ‘-f’, ‘-n’ and long versions of the same. It takes ‘-help’. Lexer: Complete. Parser/Engine: Has…