Skip to content

-no-listener option generates code that refers to the (non existant) listener #86

@pm100

Description

@pm100

running test VisitorCalc through antlr

java.exe -jar ..\..\antlr4-4.8-2-SNAPSHOT-complete.jar -no-listener -visitor -Dlanguage=Rust .\VisitorCalc.g4

produces code that refernces the listener

here for example in the generated parser

antlr_rust::tid! { impl<'input> TidAble<'input> for dyn VisitorCalcListener<'input> + 'input }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions