doc: add schema
This commit is contained in:
parent
d0f3dc88e1
commit
0e7b0fb696
1 changed files with 16 additions and 0 deletions
16
doc/schema.d2
Normal file
16
doc/schema.d2
Normal file
|
@ -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
|
Loading…
Reference in a new issue