Add '+=' assignment
This commit is contained in:
parent
38bf9532ad
commit
bc06816b57
5 changed files with 137 additions and 52 deletions
13
src/grammar.json
generated
13
src/grammar.json
generated
|
|
@ -32,8 +32,17 @@
|
|||
"type": "FIELD",
|
||||
"name": "operator",
|
||||
"content": {
|
||||
"type": "STRING",
|
||||
"value": "="
|
||||
"type": "CHOICE",
|
||||
"members": [
|
||||
{
|
||||
"type": "STRING",
|
||||
"value": "="
|
||||
},
|
||||
{
|
||||
"type": "STRING",
|
||||
"value": "+="
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue