ncsa / qdl

the QDL programming language
Other
2 stars 0 forks source link

Update workspace commands to be module aware #40

Closed jjg-123 closed 2 months ago

jjg-123 commented 8 months ago

After module rewrite, update )help, )funcs and )vars so they accept modules and will output the corresponding results.

E.g. )help my_module#f 3

should go to the imported module named my_module and grab the function f with three arguments, then display the associated help.