Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withfig/lezer-bash
Lezer grammar for shell scripts
https://github.com/withfig/lezer-bash
Last synced: 3 days ago
JSON representation
Lezer grammar for shell scripts
- Host: GitHub
- URL: https://github.com/withfig/lezer-bash
- Owner: withfig
- License: mit
- Created: 2023-01-30T21:02:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T16:59:28.000Z (over 1 year ago)
- Last Synced: 2024-10-14T04:48:17.961Z (26 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @fig/lezer-bash
This is a Bash grammar for the Lezer parser system.
The grammar closely follows the official [Shell Command Language
Specification](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html)Most of the names used in the Lezer grammar are the same as the names used in the [Shell
Grammar](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_10)
section of the specification linked above.The code is licensed under an MIT license.