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

parser: cleanup for rules exprInLine, opExpr and opTail #2666

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

fridis
Copy link
Member

@fridis fridis commented Mar 6, 2024

Remove special handling of bracket terms that does not seem necessary.

Avoid using * and + in ENBF for repetition, use recursion only.

Renamed OpExpr.els as OpExpr._els.

@michaellilltokiwa michaellilltokiwa merged commit 9344245 into main Mar 7, 2024
5 checks passed
@michaellilltokiwa michaellilltokiwa deleted the parser_expr_cleanup branch March 7, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants