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

Unary and Binary operator support #15

Open
9 tasks
thomasjohns opened this issue Feb 25, 2021 · 0 comments
Open
9 tasks

Unary and Binary operator support #15

thomasjohns opened this issue Feb 25, 2021 · 0 comments

Comments

@thomasjohns
Copy link
Owner

thomasjohns commented Feb 25, 2021

  • +
  • -
  • !
  • >
  • >=
  • <
  • <=
  • ==
  • !=

These can be used in value maps e.g.

transform T {
    values {
        ['a'] -> ['b'] + ['c']
    }
}

or in the test expression in conditionals.

@thomasjohns thomasjohns self-assigned this Feb 25, 2021
@thomasjohns thomasjohns changed the title Binary operator support Unary and Binary operator support Feb 28, 2021
@thomasjohns thomasjohns removed their assignment Aug 2, 2022
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

No branches or pull requests

1 participant