{
"success": true,
"count": 4,
"tokens": [
{
"kind": "Keyword(Mod)",
"text": "mod",
"start": 0,
"end": 3
},
{
"kind": "Identifier",
"text": "my_module",
"start": 4,
"end": 13
},
{
"kind": "Semicolon",
"text": ";",
"start": 13,
"end": 14
},
{
"kind": "Eof",
"text": "",
"start": 14,
"end": 14
}
],
"errors": []
}