Changed Grammar
This commit is contained in:
parent
b0da66b7d8
commit
fbb9977f4a
2132 changed files with 110314 additions and 233488 deletions
|
|
@ -15,21 +15,22 @@
|
|||
|
||||
enum e_field_identifiers {
|
||||
field_alternative = 1,
|
||||
field_argument = 2,
|
||||
field_arg = 2,
|
||||
field_body = 3,
|
||||
field_condition = 4,
|
||||
field_consequence = 5,
|
||||
field_descriptor = 6,
|
||||
field_destination = 7,
|
||||
field_fallthrough = 8,
|
||||
field_left = 9,
|
||||
field_name = 10,
|
||||
field_operator = 11,
|
||||
field_redirect = 12,
|
||||
field_right = 13,
|
||||
field_termination = 14,
|
||||
field_value = 15,
|
||||
field_variable = 16,
|
||||
field_cases = 4,
|
||||
field_cmd = 5,
|
||||
field_cmds = 6,
|
||||
field_condition = 7,
|
||||
field_consequence = 8,
|
||||
field_dest = 9,
|
||||
field_fd = 10,
|
||||
field_left = 11,
|
||||
field_name = 12,
|
||||
field_op = 13,
|
||||
field_redirect = 14,
|
||||
field_right = 15,
|
||||
field_value = 16,
|
||||
field_variable = 17,
|
||||
};
|
||||
|
||||
#endif // FIELD_IDENTIFIERS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue