gpt4 book ai didi

c# - '´' 完全出乎我的意料

转载 作者:太空狗 更新时间:2023-10-29 22:22:51 25 4
gpt4 key购买 nike

我在为 C# 设置 ANTLR v4 时遇到问题,有人愿意帮助我吗?我正在使用官方网站引用的构建目标 https://github.com/sharwell/antlr4cs

我添加了一个简单的语法Foo.g

grammar Foo;
r : 'hello' ID ; // match keyword hello followed by an identifier
ID : [a-z]+ ; // match lower-case identifiers
WS : [ \t\r\n]+ -> skip ; // skip spaces, tabs, newlines

...并将其构建操作设置为 Antlr4

现在我遇到了以下错误。

'´' came as a complete surprise to me
mismatched input 'grammar' expecting SEMI

最佳答案

我还没有足够的积分来发表评论,所以这只是一个链接,但显然导致此错误消息的一个可能原因是将文档保存为带有 BOM 的 UTF-8 编码。显然这是 JAVA 文件输入流的问题。

Notepad++ 可让您在没有 BOM 的情况下进行保存。

来源:https://github.com/sharwell/antlr4cs/issues/12

关于c# - '´' 完全出乎我的意料,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18443749/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com