https://github.com/withfig/lezer-bash
Lezer grammar for shell scripts
https://github.com/withfig/lezer-bash
Last synced: 9 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T16:59:28.000Z (over 2 years ago)
- Last Synced: 2025-03-21T03:34:27.581Z (9 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 8
- Watchers: 3
- Forks: 7
- 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.