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
- Host: GitHub
- URL: https://github.com/xiaq/sxed
- Owner: xiaq
- Created: 2014-01-02T11:48:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T12:19:57.000Z (over 12 years ago)
- Last Synced: 2025-03-19T19:29:43.955Z (about 1 year ago)
- Language: Go
- Size: 117 KB
- Stars: 2
- Watchers: 2
- 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.