cclang/doc/ast_test.json

64 lines
1.5 KiB
JSON
Raw Permalink Normal View History

{
"libraries": [
{
"is_public": "True",
"name": "Main",
"classes": [
{
"is_public": "False",
"name": "Program",
"variables": [
{
"is_public": "False",
"name": "test",
"type": "bool",
"value": "false"
},
{
"is_public": "False",
"name": "test2",
"type": "Program2",
"value": "empty"
},
{
"is_public": "False",
"name": "test3",
"type": "Program2",
"value": {}
}
],
"functions": [
{
"is_public": "False",
"name": "Main",
"args": [],
"return_type": "empty",
"instructions": [
{
"is_public": "False",
"name": "hallo",
"type": "any",
"value": "empty"
}
]
},
{
"is_public": "False",
"name": "isTrue",
"args": [
{
"is_public": "False",
"name": "value",
"type": "bool",
"value": "empty"
}
],
"return_type": "bool",
"instructions": []
}
]
}
]
}
]
}