ncsa / qdl

the QDL programming language
Other
2 stars 0 forks source link

Propagate script arguments to a module to sub modules. #84

Closed jjg-123 closed 1 week ago

jjg-123 commented 2 weeks ago

Currently the fix for https://github.com/ncsa/qdl/issues/45 works, but if a module calls a module, inside a script. the arguments to the top--level script are not propagated, causing an error. Propagate arguments to scripts through module calls.