highlight the dump function.
Requires Julia v1.12.
See the github actions logs.
julia> using DumpTruck
julia> dump(:(1 + 2 * 3))
Expr
head::Symbol :call
args::Vector{Any} length = 3
1: Symbol :+
2: Int64 1
3: Expr
head::Symbol :call
args::Vector{Any} length = 3
1: Symbol :*
2: Int64 2
3: Int64 3