update
This commit is contained in:
parent
d16b39091a
commit
ff1670e264
15 changed files with 435 additions and 243 deletions
34
symbols_list
34
symbols_list
|
|
@ -1,18 +1,28 @@
|
|||
sym_ansi_c_string
|
||||
sym_arithmetic_expansion
|
||||
sym_brace_expression
|
||||
sym_case_item
|
||||
sym_case_statement
|
||||
sym_command
|
||||
sym_command_name
|
||||
sym_command_substitution
|
||||
sym_comment
|
||||
sym_compound_statement
|
||||
sym_concatenation
|
||||
sym_declaration_command
|
||||
sym_elif_clause
|
||||
sym_else_clause
|
||||
sym_expansion
|
||||
sym_file_redirect
|
||||
sym_for_statement
|
||||
sym_function_definition
|
||||
sym_heredoc_body
|
||||
sym_heredoc_content
|
||||
sym_heredoc_end
|
||||
sym_heredoc_redirect
|
||||
sym_heredoc_start
|
||||
sym_if_statement
|
||||
sym_last_case_item
|
||||
sym_list
|
||||
sym_negated_command
|
||||
sym_pipeline
|
||||
|
|
@ -23,15 +33,19 @@
|
|||
sym_string
|
||||
sym_string_content
|
||||
sym_subshell
|
||||
sym_test_command
|
||||
sym_translated_string
|
||||
sym_unset_command
|
||||
sym_variable_assignment
|
||||
sym_variable_assignments
|
||||
sym_variable_name
|
||||
sym_while_statement
|
||||
sym_word
|
||||
#sym_do_group
|
||||
#sym_extglob_pattern
|
||||
__sym_array
|
||||
__sym_binary_expression
|
||||
__sym_c_style_for_statement
|
||||
__sym_do_group
|
||||
__sym_file_descriptor
|
||||
__sym_herestring_redirect
|
||||
__sym_number
|
||||
|
|
@ -42,19 +56,5 @@ __sym_regex
|
|||
__sym_simple_heredoc_body
|
||||
__sym_subscript
|
||||
__sym_ternary_expression
|
||||
sym_case_item
|
||||
sym_case_statement
|
||||
sym_compound_statement
|
||||
sym_declaration_command
|
||||
sym_elif_clause
|
||||
sym_else_clause
|
||||
sym_extglob_pattern
|
||||
sym_for_statement
|
||||
sym_function_definition
|
||||
sym_if_statement
|
||||
sym_last_case_item
|
||||
sym_test_command
|
||||
sym_test_operator
|
||||
sym_unary_expression
|
||||
sym_unset_command
|
||||
sym_while_statement
|
||||
__sym_test_operator
|
||||
__sym_unary_expression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue