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.
私は次の文法を構築しようとしています:
数値: 整数 | フロート | インフィニティ | インフィニティ | PI ... INFINITY: '∞' PI: 'π'
しかし、Antlr は文法のロードを拒否します。
Unicode 文字を表す Java 式を使用します。
これは '\uFFFF' まで機能します。Java は 5 桁の Unicode をサポートしていません。