alex / rply

An attempt to port David Beazley's PLY to RPython, and give it a cooler API.
BSD 3-Clause "New" or "Revised" License
381 stars 60 forks source link

Chaining multiple functions #96

Closed ogenev closed 4 years ago

ogenev commented 4 years ago

Guys, is there a documentation somewhere on the best way to parse multiple chained functions. For example:

func1(func3(arg1, arg2), arg1)

alex commented 4 years ago

how to write a particular parser is beyond the scope of support we can provide