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!