TigerPython-Parser
TigerPython-Parser copied to clipboard
Accept `_` in number litterals
The Python grammar allows underscores in the number litterals to increase readability. For instance, Python accepts litterals like 1_000_000
for 1 million. It would be great if the parser would accept that syntax.
You are right; this should have been included already a while back. I will fix this as soon as possible.