Ecosyste.ms: Awesome
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: 21 days ago
JSON representation
sed (stream editor) with structural expressions
- Host: GitHub
- URL: https://github.com/xiaq/sxed
- Owner: xiaq
- Created: 2014-01-02T11:48:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T12:19:57.000Z (almost 11 years ago)
- Last Synced: 2024-12-02T08:56:43.368Z (23 days ago)
- Language: Go
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.