view julia/parallel/ParallelProcessing/src/ParallelProcessing.jl @ 32:3d916aa02d00

Implement basic JSON parser
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 19 Mar 2023 20:04:34 +0100
parents e3af2d3890ce
children 2d033830c26e
line wrap: on
line source

module ParallelProcessing

include("json.jl")
include("jsonparser.jl")
end # module ParallelProcessing