yesworkflow-org / yw-prototypes

Research prototype with tutorial. Start here to learn about and try YesWorkflow.
http://yesworkflow.org/wiki
Other
33 stars 13 forks source link

Support for multiple input script files #17

Open tmcphillips opened 9 years ago

tmcphillips commented 9 years ago

Users need to be able analyze scripts that span multiple source files (in single or multiple directories). A proposal for implementing an initial, language-independent iteration of this feature is as follows:

When multiple script files are processed, one of these script must be identified as the top-level script. A command line option (and corresponding project-file default setting) will allow this script to be identified; in its absence the first file listed on the command line (or in the project file) will be taken as the top-level script.

Language-specific support for automatically analyzing files that are referred to directly or indirectly via include/import directives will not be implemented at this time.

sycao5 commented 9 years ago

This feature lets yesWorkflow can process a project containing multiple files.