[
{
"start_position": {
"bytes": 0,
"character": 1,
"line": 1
},
"end_position": {
"bytes": 5,
"character": 6,
"line": 1
},
"token_type": {
"type": "Symbol",
"symbol": "local"
}
},
{
"start_position": {
"bytes": 5,
"character": 6,
"line": 1
},
"end_position": {
"bytes": 6,
"character": 7,
"line": 1
},
"token_type": {
"type": "Whitespace",
"characters": " "
}
},
{
"start_position": {
"bytes": 6,
"character": 7,
"line": 1
},
"end_position": {
"bytes": 14,
"character": 15,
"line": 1
},
"token_type": {
"type": "Symbol",
"symbol": "function"
}
},
{
"start_position": {
"bytes": 14,
"character": 15,
"line": 1
},
"end_position": {
"bytes": 15,
"character": 16,
"line": 1
},
"token_type": {
"type": "Whitespace",
"characters": " "
}
},
{
"start_position": {
"bytes": 15,
"character": 16,
"line": 1
},
"end_position": {
"bytes": 16,
"character": 17,
"line": 1
},
"token_type": {
"type": "Identifier",
"identifier": "x"
}
},
{
"start_position": {
"bytes": 16,
"character": 17,
"line": 1
},
"end_position": {
"bytes": 16,
"character": 17,
"line": 1
},
"token_type": {
"type": "Eof"
}
}
]