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

Flexible comment layouts #22

Closed tmcphillips closed 9 years ago

tmcphillips commented 9 years ago

YW-Extract generally expects comments to occur on a single line of the script and to occupy that entire line. The exception is the @as alias comment that must occur on the same line as the @in/@out comment it qualifies. Users would like to be able to:

ludaesch commented 9 years ago

It'll make parsing a bit harder though, but I think that flexibility is useful.

sycao5 commented 9 years ago

If a semicolon (;) is used as the indicator of the ending of one YW comments, we can split the multiple YW comments on a single line using the (;).