Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(express): 支持一元正负号运算符 #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. feat(express): 支持一元正负号运算符

    在 `OperatorFactory` 和 `OperatorInstructionFactory` 中增加了对一元正负号运算符的支持,并添加了相应的单元测试。同时更新了 `KeyWordDefine4Java` 以识别新的运算符。
    
    - 新增 `OperatorUnaryPlus` 和 `OperatorUnaryMinus` 类
    - 更新 `KeyWordDefine4Java` 以支持一元正负号运算符
    - 添加 `Issue345NegativeNumberTest` 单元测试
    zgxkbtl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    09f2f16 View commit details
    Browse the repository at this point in the history