There are pages that indicate ANTLR works with Objective-C, but I can find no documentation or examples of actually using ANTLR with an Objective-C target. I even dug through the source code and have found no examples.
有些页面表明ANTLR与Objective-C一起使用,但我找不到实际使用带有Objective-C目标的ANTLR的文档或示例。我甚至挖掘了源代码并且没有找到任何示例。
Any guidance, anyone?
任何指导,任何人?
1 个解决方案
#1
1
The parser generator that emits Objective-C code is old and doesn't work. You'll have to use the C generator, and the C generator's documentation is worse than useless.
发出Objective-C代码的解析器生成器是旧的,不起作用。你将不得不使用C生成器,而C生成器的文档比无用的更糟糕。
#1
1
The parser generator that emits Objective-C code is old and doesn't work. You'll have to use the C generator, and the C generator's documentation is worse than useless.
发出Objective-C代码的解析器生成器是旧的,不起作用。你将不得不使用C生成器,而C生成器的文档比无用的更糟糕。