An open API service indexing awesome lists of open source software.

https://github.com/xiaq/sxed

sed (stream editor) with structural expressions
https://github.com/xiaq/sxed

Last synced: about 1 year ago
JSON representation

sed (stream editor) with structural expressions

Awesome Lists containing this project

README

          

# sed (stream editor) with structural expressions

This is a stream editor using Rob Pike's [structural
expression](http://doc.cat-v.org/bell_labs/structural_regexps/) in Go.

The supported dialect of regular expression is
[that](http://golang.org/pkg/regexp/) of Go's standard library.

## Todos

* Support PCRE
* Emulate arguments of POSIX sed
* All TODOs in the code

## License

BSD 2-clause.