https://github.com/JuliaLang/julia
Revision fb04178a8dc77537402be3fb989ed0bc18774dbd authored by Chris Foster on 16 August 2019, 16:00:37 UTC, committed by Jeff Bezanson on 16 August 2019, 16:00:37 UTC
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
1 parent c05864e
History
Tip revision: fb04178a8dc77537402be3fb989ed0bc18774dbd authored by Chris Foster on 16 August 2019, 16:00:37 UTC
`var"ident"` syntax for non-standard identifiers (#32408)
Tip revision: fb04178
File Mode Size
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 257 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.2 KB
HISTORY.md -rw-r--r-- 258.4 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 39.9 KB
Makefile -rw-r--r-- 28.1 KB
NEWS.md -rw-r--r-- 8.0 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 12 bytes
sysimage.mk -rw-r--r-- 3.8 KB

README.md

back to top