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
Project.toml
name = "libLLVM_jll"
uuid = "8f36deef-c2a5-5394-99ed-8e07531fb29a"
version = "15.0.7+5"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.8"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
back to top