TruCol / Bash-Checkstyle

CI tool to verify some degree of Google Style Guide for Bash compliance.
GNU General Public License v3.0
4 stars 0 forks source link

Determine whether Bash language can be parsed and put into syntax tree. #4

Open a-t-0 opened 2 years ago

a-t-0 commented 2 years ago

To be able to parse the Bash scripts into a syntax tree may allow for easier anaysis/parsing of the Bash code at later stages of the project.

https://www.oilshell.org/blog/2019/02/07.html https://hackage.haskell.org/package/language-bash

a-t-0 commented 1 year ago

Yes, either use: https://github.com/vorpaljs/bash-parser or use: https://github.com/idank/bashlex