diff --git a/doc/schema.d2 b/doc/schema.d2 new file mode 100644 index 0000000..f246183 --- /dev/null +++ b/doc/schema.d2 @@ -0,0 +1,16 @@ +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