diff --git a/src/Fortran90Namelists.jl b/src/Fortran90Namelists.jl index 8dfa9b1..228cb92 100644 --- a/src/Fortran90Namelists.jl +++ b/src/Fortran90Namelists.jl @@ -1,8 +1,8 @@ module Fortran90Namelists include("fparse.jl") -include("fstring.jl") # The order has to be like this! +include("fstring.jl") include("Tokenizer.jl") include("lex!.jl") -end # module +end