libdash
libdash copied to clipboard
Shell AST server
Accept shell scripts as POST, return JSON.
Should be super simple, à la python -m http.server.
This is effectively done in shell_to_json and json_to_shell... but not as a server.