Sun(或Oracle)JDK解析器和错误恢复技术
有谁知道Sun(或Oracle)JDK解析器使用什么解析和错误恢复技术?我特别感兴趣的是产生的高质量错误消息(精确的错误位置+相关的语句和/或表达式,非常整洁)以及在继续解析之前跳过尽可能少的标记的能力(因此它仍然可以解析正确的构造并且不不要错过最近的可能错误)
Does anyone know what parsing and error recovery technique used by Sun (or Oracle) JDK parser? I'm interested especially in the high quality error messages produced (exact error location + related statement and/or expression, pretty neat) and the ability to skip as little token as possible before continue parsing (so it can still parse correct construct and doesn't miss the nearest possible errors)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论