ANTLR4 在 IDEA 中使用 ANTLR 与 Java 程序集成

Posted @SmartSi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ANTLR4 在 IDEA 中使用 ANTLR 与 Java 程序集成相关的知识,希望对你有一定的参考价值。

ANTLR4 版本:4.9.2

1. 添加依赖

如果想将 ANTLR 自动生成的代码与 Java 程序进行集成,需要在 Maven 项目中添加如下依赖:

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>antlr4-runtime

以上是关于ANTLR4 在 IDEA 中使用 ANTLR 与 Java 程序集成的主要内容,如果未能解决你的问题,请参考以下文章

1.ANTLR4 helloworld基础开发与IDEA插件使用

1.ANTLR4 helloworld基础开发与IDEA插件使用

2.antlr4开发

2.antlr4开发

2.antlr4开发

ANTLR4入门:使用mave ANTLR4插件(antlr4-maven-plugin)执行语法解析生成器