tree-sitter-bash/src
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
..
tree_sitter Regenerate with latest tree-sitter 2018-02-12 16:53:11 -08:00
binding.cc Initial commit 2017-07-14 12:28:54 -07:00
grammar.json Add support for exporting environment variables (#4) 2018-02-27 13:22:28 -08:00
parser.c Add support for exporting environment variables (#4) 2018-02-27 13:22:28 -08:00
scanner.cc Guard against buffer overflow when serializing scanner 2018-01-19 09:52:45 -08:00