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.
这个错误是什么意思?请注意,它需要一个 UNIT 节点并得到它所期望的......
Phase_2.g: node from line 0:0 mismatched tree node: UNIT expecting UNIT
哎呀!我忘记了 Phase_2.g 上的“tokenVocab”部分。
options { (...) tokenVocab=Phase1; }