replace leading _ for private symbols with keyword hide

This commit is contained in:
2026-07-14 20:19:01 +02:00
parent 5157cf3bcc
commit 267947e79d
31 changed files with 125220 additions and 122709 deletions
+48
View File
@@ -103,6 +103,18 @@
"function_declaration": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "hide"
},
{
"type": "BLANK"
}
]
},
{
"type": "FIELD",
"name": "name",
@@ -225,6 +237,18 @@
"content": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "hide"
},
{
"type": "BLANK"
}
]
},
{
"type": "FIELD",
"name": "name",
@@ -287,6 +311,18 @@
"global_constant_declaration": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "hide"
},
{
"type": "BLANK"
}
]
},
{
"type": "FIELD",
"name": "name",
@@ -335,6 +371,18 @@
"global_variable_declaration": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "hide"
},
{
"type": "BLANK"
}
]
},
{
"type": "FIELD",
"name": "name",
+4
View File
@@ -2576,6 +2576,10 @@
"type": "func",
"named": false
},
{
"type": "hide",
"named": false
},
{
"type": "i16",
"named": false
+124751 -122484
View File
File diff suppressed because it is too large Load Diff