Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
Dynare.jl
Commits
20b6a3df
Commit
20b6a3df
authored
Apr 29, 2020
by
MichelJuillard
Browse files
allow modfile name without quotes
parent
8e7ab470
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Dynare.jl
View file @
20b6a3df
...
...
@@ -16,6 +16,7 @@ include("dynare_table.jl")
export
@dynare
macro
dynare
(
modfilename
,
args
...
)
modfilename
=
string
(
modfilename
)
if
occursin
(
r
"\.mod
$
"
,
modfilename
)
modname
=
modfilename
[
1
:
length
(
modfilename
)
-
4
]
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment