update: changed the way heredocs are parsed
This commit is contained in:
parent
8272d72997
commit
43b969183d
365 changed files with 20907 additions and 51362 deletions
|
|
@ -17,23 +17,21 @@ enum e_field_identifiers {
|
|||
field_arg = 1,
|
||||
field_args = 2,
|
||||
field_body = 3,
|
||||
field_cases = 4,
|
||||
field_cmd = 5,
|
||||
field_cond = 6,
|
||||
field_cmd = 4,
|
||||
field_cond = 5,
|
||||
field_del = 6,
|
||||
field_dest = 7,
|
||||
field_elif = 8,
|
||||
field_else = 9,
|
||||
field_len = 10,
|
||||
field_lhs = 11,
|
||||
field_name = 12,
|
||||
field_op = 13,
|
||||
field_redr = 14,
|
||||
field_rhs = 15,
|
||||
field_stmt = 16,
|
||||
field_term = 17,
|
||||
field_then = 18,
|
||||
field_value = 19,
|
||||
field_var = 20,
|
||||
field_else = 8,
|
||||
field_len = 9,
|
||||
field_lhs = 10,
|
||||
field_name = 11,
|
||||
field_op = 12,
|
||||
field_redr = 13,
|
||||
field_rhs = 14,
|
||||
field_stmt = 15,
|
||||
field_term = 16,
|
||||
field_then = 17,
|
||||
field_value = 18,
|
||||
};
|
||||
|
||||
#endif // FIELD_IDENTIFIERS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue