forked from jasder/antlr
Clean up namespace of generated Python3 listeners
Added `del <file.parserName>` to the end of the `ListenerFile` template the same way it is used in `VisitorFile`.
This commit is contained in:
parent
f7022ebb02
commit
acbd582678
|
@ -82,6 +82,7 @@ def exit<lname; format="cap">(self, ctx:<file.parserName>.<lname; format="cap">C
|
|||
|
||||
}; separator="\n">
|
||||
|
||||
del <file.parserName>
|
||||
>>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue