Utility functions for analyzing and categorizing AST nodes
Returns true if the node x is a literal
iex> Dogma.Util.AST.literal?( "foo" ) true iex> Dogma.Util.AST.literal?({:foo, [], Elixir}) false