We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b4b85 commit dc22d50Copy full SHA for dc22d50
src/MacroTools.jl
@@ -17,9 +17,9 @@ include("examples/threading.jl")
17
include("examples/forward.jl")
18
19
const animals = Symbol[]
20
+const animals_file = joinpath(dirname(@__FILE__), "..", "animals.txt")
21
22
function __init__()
- animals_file = joinpath(dirname(@__FILE__), "..", "animals.txt")
23
_animals = split(read(animals_file, String))
24
resize!(animals, length(_animals))
25
animals .= Symbol.(lowercase.(_animals))
0 commit comments