Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DumpTruck.jl 🚚

CI

highlight the dump function. Requires Julia v1.12. See the github actions logs.

DumpTruck.dump

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

About

🚚

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages