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

[refactor]: 重构 parse expression 中缀表达式 #16

Open
fansehep opened this issue Sep 15, 2023 · 0 comments
Open

[refactor]: 重构 parse expression 中缀表达式 #16

fansehep opened this issue Sep 15, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fansehep
Copy link
Collaborator

follow: #14

#14 中支持了 parse_expression 的基本解析, 但是 parse_infix_expr() 解析中缀运算符函数这里, 实现不太优雅, 大量的重复函数, 考虑使用 macro 替换.

这对新手来说很容易, 如果你对 rust macro 规则了解的话. 👍🏻

@fansehep fansehep added enhancement New feature or request good first issue Good for newcomers labels Sep 15, 2023
@fansehep fansehep changed the title [refactor]: 重构 parse expression 部分 [refactor]: 重构 parse expression 中缀表达式 Sep 15, 2023
@Tangruilin Tangruilin assigned Tangruilin and unassigned Tangruilin Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants