Skip to content

Commit

Permalink
Simplify the implementation of macro handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Apr 29, 2021
1 parent 9ee91d4 commit 2f9da3e
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 293 deletions.
3 changes: 1 addition & 2 deletions src/generator/Generators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export AbstractStructNodeType, AbstractUnionNodeType, AbstractEnumNodeType
export ExprNode, ExprDAG
export get_nodes, get_exprs

include("macro.jl")
include("top_level.jl")
include("system_deps.jl")
include("nested.jl")
Expand All @@ -69,8 +70,6 @@ export pretty_print
include("audit.jl")
export report_default_tag_types

include("macro.jl")

include("mutability.jl")

include("passes.jl")
Expand Down
Loading

0 comments on commit 2f9da3e

Please sign in to comment.