https://github.com/davidedc/simplified-shell-parser-in-js
Simplified shell parser demo. Parses roughly according to stash's "Shell Grammar Simplified" at https://github.com/ywangd/stash/blob/master/man/grammar.txt
https://github.com/davidedc/simplified-shell-parser-in-js
Last synced: about 2 months ago
JSON representation
Simplified shell parser demo. Parses roughly according to stash's "Shell Grammar Simplified" at https://github.com/ywangd/stash/blob/master/man/grammar.txt
- Host: GitHub
- URL: https://github.com/davidedc/simplified-shell-parser-in-js
- Owner: davidedc
- License: mit
- Created: 2024-07-14T19:35:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T19:34:21.000Z (10 months ago)
- Last Synced: 2025-01-16T10:26:33.097Z (3 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simplified shell parser in js
Simplified shell parser demo. Parses roughly according to stash's "Shell Grammar Simplified" at https://github.com/ywangd/stash/blob/master/man/grammar.txt