tree: 9c86c5e6c7666aff97c20785e4baed03ad06d165 [path history] [tgz]
  1. ANTLRv4Lexer.cpp
  2. ANTLRv4Lexer.h
  3. ANTLRv4Parser.cpp
  4. ANTLRv4Parser.h
  5. ANTLRv4ParserBaseListener.cpp
  6. ANTLRv4ParserBaseListener.h
  7. ANTLRv4ParserListener.cpp
  8. ANTLRv4ParserListener.h
  9. BUILD
  10. CMakeLists.txt
  11. README.md
grammar_codegen/generated_antlr_parser/README.md

The files under this directory are generated! Do not edit!

To generate these files, use the grammar files at https://github.com/antlr/grammars-v4/tree/4f16c947878c303da520e21ac75272eb8443fc2f/antlr/antlr4.

We make the following modification:

  1. Merged LexerAdaptor.h/cpp and LexBasic.g4 with ANTLRv4Lexer.g4.
  2. Fix grammar to work with C++ following https://github.com/antlr/grammars-v4/issues/2239.