tree-sitter-bash/corpus
Mads Hartmann 8ca2ecd52d Add support for exporting environment variables (#4)
* Add support for exporting environment variables

* Support multiple exports in one command

Also improves the structure of the AST so the variable name and the
assigned expression aren't free-floating

* Allow for multiple declarations in local declarations as well

Simplify the generated nodes.

* Commit generated code

* Consolidate declarations into a single declaration_command

This also adds support for declare, typeset, and readonly

* Rename environment_variable_assignment to variable_assignment
2018-02-27 13:22:28 -08:00
..
commands.txt Add support for exporting environment variables (#4) 2018-02-27 13:22:28 -08:00
control_flow.txt Add missing function definition forms 2017-12-26 14:27:05 -08:00
expressions.txt Add support for exporting environment variables (#4) 2018-02-27 13:22:28 -08:00
programs.txt Add support for exporting environment variables (#4) 2018-02-27 13:22:28 -08:00