JuliaLang/julia

printing of keywords as symbols

Open

#34.072 aperta il 10 dic 2019

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Julia (5773 fork)batch import
display and printinggood first issue

Metriche repository

Star
 (48.709 star)
Metriche merge PR
 (Merge medio 20g 6h) (157 PR mergiate in 30 g)

Descrizione

We have many special cases for printing atoms that aren't simple symbols. We may need to also add the list of symbols that trigger special parsing:

julia> :(a = $:while)
:(a = while)

julia> :(a = $:do)
:(a = do)

Guida contributor