Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建 ANTLR3 应用程序,其中一些相同的语法规则可能会在不同的应用程序中使用。会有很多 *.g 文件,但它们可能都希望引用相同版本的 FLOAT。是否有“导入”工具可以从其他 *.g 文件中组装 *.g,如果有,优先规则是什么?
你的意思是复合语法?