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

Can we use a variable inside a macro/equivalence class ? #244

Open
mibrahim opened this issue Sep 11, 2015 · 2 comments
Open

Can we use a variable inside a macro/equivalence class ? #244

mibrahim opened this issue Sep 11, 2015 · 2 comments

Comments

@mibrahim
Copy link
Member

Research the equivalence class transformer.

Questions:

  • Is it good to keep them in one class or break them into several classes ?
@bryantrobbins
Copy link
Collaborator

@shraddha-patel will be taking a look at this.

Design thoughts:

  • Want to allow use of existing variable values as inputs to macros in the EquivalenceClassTransformer
  • Need to be able to distinguish between literal values and variable names somehow (maybe $ ? )

@bryantrobbins
Copy link
Collaborator

This should not be baked in to the EquivalenceClassTransformer - should be its own entity useable with any transformer.

Also related to use of EL in general (longer-term).

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

2 participants