I am specifying a token in my antlr grammar as:
ID : [a-zA-Z0-9\\*\\?] // Allow tokens such as Asdf*fdsa
But I get an invalid escape
invalid escape