HeyPuter / phoenix

🔥 Puter's pure-javascript shell
https://puter.com/app/terminal
GNU Affero General Public License v3.0
87 stars 15 forks source link

WIP: Add sed builtin #61

Closed AtkinsSJ closed 2 months ago

AtkinsSJ commented 3 months ago

Still in progress, but I thought I might as well let people see how it's going. First commit has been submitted separately as #60.

Current state: about half of the commands are implemented. Parsing is non-existent, I'm just manually constructing an AST. Using regexes in address ranges should work but is untested.

KernelDeimos commented 2 months ago

Merging now so it doesn't get lost - merging into monorepo-prep-2