doc: add schema

This commit is contained in:
Ahurac 2024-11-13 14:45:35 +01:00
parent d0f3dc88e1
commit 0e7b0fb696

16
doc/schema.d2 Normal file
View 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