You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Quixir to test macros generations and I'm so generating AST thanks to Quixir.
Sometimes, the atom generator gives me values likes: :|, :{}, :%{}, :=, ... which are reserved by the Elixir AST.
Can we specify values to be avoid by the generator ?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using Quixir to test macros generations and I'm so generating AST thanks to Quixir.
Sometimes, the atom generator gives me values likes:
:|
,:{}
,:%{}
,:=
, ... which are reserved by the Elixir AST.Can we specify values to be avoid by the generator ?
Thanks!
The text was updated successfully, but these errors were encountered: