Lezer-based Bash grammar
npm install @fig/lezer-bashThis is a Bash grammar for the Lezer parser system.
The grammar closely follows the official Shell Command Language
Specification
Most of the names used in the Lezer grammar are the same as the names used in the Shell
Grammar
section of the specification linked above.
The code is licensed under an MIT license.