Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 1
    "I am attempting to write a bash parser" That's the endeavour of a lifetime. Only bash can parse the bash language. Really. Besides the complexity and inconsistence of the shell language, its dynamic nature and the fact that your supposed to parse and run a script line by line means that you cannot parse a bash script without actually running it. Commented Sep 17, 2020 at 13:29