Skip to content

Commit

Permalink
add a TOML parser to Base
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed May 24, 2020
1 parent 11c942f commit 3c182ff
Show file tree
Hide file tree
Showing 2 changed files with 1,103 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@ include("initdefs.jl")
# worker threads
include("threadcall.jl")

module TOML
const HAVE_DATES = false
include("toml_parser.jl")
end # module

# code loading
include("uuid.jl")
include("loading.jl")
Expand Down
Loading

0 comments on commit 3c182ff

Please sign in to comment.