16 lines
221 B
Text
16 lines
221 B
Text
file: Input file {
|
|
shape: document
|
|
comm: Command lines { style.multiple: true }
|
|
}
|
|
comm: Command line
|
|
|
|
rash {
|
|
parse: Parse
|
|
exec: Execute
|
|
|
|
parse -> exec
|
|
}
|
|
|
|
rash -> file: read
|
|
file.comm -> rash.parse
|
|
comm -> rash.parse
|