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.
「bar/Hello.g4」と「foo/Count.g4」の 2 つの antlr4 ファイルがあります。
今、私はこのように「Count」に「Hello」をインポートしたいと考えています。
grammar Count; import bar.Hello; .....
そして、私は SYNTAX_ERROR: args=['.' を得ました 私には完全な驚きでした] ...
Helloを正しくインポートするにはどうすればよいですか???
前もって感謝します。
現在、この機能はまだサポートされていないようです。
Antlr4 maven プラグインは、異なるディレクトリで文法ファイルを見つけることができません