`var"ident"` syntax for non-standard identifiers (#32408)
Allow identifiers like Symbol("#example#") to be represented in julia
code with the syntax `var"#example#"`. This needed support in the parser
rather than being a string macro so that it could be used in any context
where a normal identifier is allowed.
Show nonstandard identifiers in Exprs with var"ident" syntax