baron
baron copied to clipboard
Parser crash when using metaclasses
The following minimal example crashes the baron parser:
RedBaron("class A(B, metaclass=C):\n pass")
A more realistic example would set metaclass=ABCMeta. I'm using baron 0.9 and redbaron 0.9.2. Any help is highly appreciated.