Add 'type' field to new-style module
I'd forgotten it...
This commit is contained in:
parent
d4d88a6f01
commit
3e4879a593
4 changed files with 137 additions and 158 deletions
8
src/grammar.json
generated
8
src/grammar.json
generated
|
|
@ -195,8 +195,12 @@
|
|||
"type": "SEQ",
|
||||
"members": [
|
||||
{
|
||||
"type": "SYMBOL",
|
||||
"name": "identifier"
|
||||
"type": "FIELD",
|
||||
"name": "type",
|
||||
"content": {
|
||||
"type": "SYMBOL",
|
||||
"name": "identifier"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "STRING",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue