Revision b6902aeddc3bfba887c734d87012d56d49e2d710 authored by Claire Foster on 24 May 2023, 21:10:58 UTC, committed by Claire Foster on 17 June 2023, 05:25:12 UTC
This allows `incomplete_tag` to work when Expr(:incomplete) holds a
Meta.ParseError as its child rather than a plain string, as it will when
JuliaSyntax is enabled.
1 parent fd1cec2
Raw File
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top