mna / pigeon

Command pigeon generates parsers in Go from a PEG grammar.
BSD 3-Clause "New" or "Revised" License
822 stars 66 forks source link

interface{} -> any #109

Closed flowchartsman closed 1 year ago

flowchartsman commented 1 year ago

Sorry in advance, @breml 😬

breml commented 1 year ago

See my comment in https://github.com/mna/pigeon/pull/108#issuecomment-1466934638

flowchartsman commented 1 year ago

😉

flowchartsman commented 1 year ago

Might need a bit more towards the codegen side to make it work everywhere, but I believe this would take care of it as a backport.