Add 'type' field to new-style module

I'd forgotten it...
This commit is contained in:
Bruno BELANYI 2024-04-08 21:25:44 +01:00
parent d4d88a6f01
commit 3e4879a593
4 changed files with 137 additions and 158 deletions

8
src/grammar.json generated
View file

@ -195,8 +195,12 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "identifier"
"type": "FIELD",
"name": "type",
"content": {
"type": "SYMBOL",
"name": "identifier"
}
},
{
"type": "STRING",