com-lihaoyi / fastparse

Writing Fast Parsers Fast in Scala
https://com-lihaoyi.github.io/fastparse
MIT License
1.09k stars 164 forks source link

Python argument typing is not supported in pythonparse #269

Open jfernandrezj opened 1 year ago

jfernandrezj commented 1 year ago

The parser fails in a function definition like:

def funName(arg: float):
   pass
jfernandrezj commented 8 months ago

@lihaoyi Im really willing to send support if you help me out solving this issue. Would you please help me?