RustPython / RustPython/Parser
Using strings inside f-string
未关闭
还没有人认领这个 Issue。
- 主要语言
- Rust
- 星标
- 117
- 派生
- 38
- 平均合并
- 4 天 7 小时
- 30 天内合并 PR
- 1
描述
From: https://github.com/mtshiba/pylyzer/issues/115
Starting with Python 3.12, the use of strings within f-strings is permitted.
However, the current parser implementation does not seem to allow the use of same quoting type strings within f-strings.
f"{"hello"}"
results in the following parsing error:
invalid syntax. Got unexpected token 'hello' at row 1 col 5
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定 parser 文件或测试。首先复现所示的 f-string 示例,并跟踪 parser 对替换字段和嵌套字符串的处理。完成标准是:使用相同引号的示例能够根据 Python 3.12 的语法规则成功解析,同时不会导致现有 f-string 解析出现回归。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, rust
- 领域
- compilers
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100