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

Add prefix, postfix and ternary operators #18

Open
1 of 3 tasks
fwcd opened this issue Feb 17, 2023 · 0 comments
Open
1 of 3 tasks

Add prefix, postfix and ternary operators #18

fwcd opened this issue Feb 17, 2023 · 0 comments
Labels
enhancement New feature or request model Model-related

Comments

@fwcd
Copy link
Owner

fwcd commented Feb 17, 2023

Another thing for the wishlist. Ternaries might be tricky to parse, we'll have to see how well that plays with our precedence climbing parser.

  • Prefix operators
  • Postfix operators (only calls and trailing blocks currently)
  • Ternary operator
@fwcd fwcd added enhancement New feature or request model Model-related labels Feb 17, 2023
@fwcd fwcd pinned this issue Feb 19, 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 model Model-related
Projects
None yet
Development

No branches or pull requests

1 participant