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.
我正在使用 ANTLR4 为实时语言 PEARL 开发编译器。
使用 ANTLR4,我的 ParseTree 填充了多余的标记,例如用于结束语法单元的分号。
有没有办法告诉 ANTLR 忽略这些类型的令牌?
有没有办法告诉 ANTLR 忽略这些令牌?
不,但是使用 ANTLR4 的内置监听器/访问器,不需要删除这些标记。
请参阅:“跳过”更改解析器行为