mirror of
https://github.com/soconnor0919/tree-sitter-hack-binary.git
synced 2026-02-04 15:56:30 -05:00
46 lines
729 B
JSON
46 lines
729 B
JSON
[
|
|
{
|
|
"type": "binary_instruction",
|
|
"named": true,
|
|
"fields": {},
|
|
"children": {
|
|
"multiple": false,
|
|
"required": true,
|
|
"types": [
|
|
{
|
|
"type": "bit_sequence",
|
|
"named": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "source_file",
|
|
"named": true,
|
|
"root": true,
|
|
"fields": {},
|
|
"children": {
|
|
"multiple": true,
|
|
"required": false,
|
|
"types": [
|
|
{
|
|
"type": "binary_instruction",
|
|
"named": true
|
|
},
|
|
{
|
|
"type": "comment",
|
|
"named": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "bit_sequence",
|
|
"named": true
|
|
},
|
|
{
|
|
"type": "comment",
|
|
"named": true,
|
|
"extra": true
|
|
}
|
|
] |