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

[libdfm] Support expressions in the abstract syntax tree #8

Open
Dadie opened this issue Sep 16, 2022 · 0 comments
Open

[libdfm] Support expressions in the abstract syntax tree #8

Dadie opened this issue Sep 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Dadie
Copy link
Owner

Dadie commented Sep 16, 2022

Currently expressions are mostly ignored and simply stored as a list of tokens in the abstract syntax tree. Instead the expression (e.g. 1+2+3+4 or 'abc'#50'def') should be parsed so they could be (partially) evaluated if requested.

@Dadie Dadie added the enhancement New feature or request label Sep 16, 2022
@Dadie Dadie added this to libdfm Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant