Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.