module TComp include("./parser.jl") using .Parser greet() = print("Hello World!") end # module