julia
fb04178a - `var"ident"` syntax for non-standard identifiers (#32408)

Commit
6 years ago
`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
Author
Committer
Parents
Loading