Add multiplication and division compound assignments
未关闭
cleanup
- 主要语言
- Java
- 星标
- 6
- 派生
- 7
- PR 合并指标
- 30 天内没有已合并 PR
描述
https://github.com/JMU-CS/less-java/blob/462beed7d5cd1f1ea05cef58e5a810085d0aed73/src/main/antlr/LJ.g4#L144-L145
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with src/main/antlr/LJ.g4 at lines 144-145, which define the compound-assignment grammar. Trace how existing compound assignments are handled through the compiler and identify the corresponding coverage. Done means multiplication and division compound assignments are accepted and behave consistently with the existing forms.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- compilers
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100