antlr-validate-python-example This is an example of how to use the antlr4 python runtime to validate a simple grammar. Requirements Java 17 Usage Generate the parser and lexer: ./gradlew generateGrammarSource Run the application: ./gradlew run