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