Compare commits

..

No commits in common. "4c2c8bebd3a08e0410617b3130ac1820fc8de439" and "49d78d4402a79d1f6d2ebccaca9296f5e11281e0" have entirely different histories.

3 changed files with 0 additions and 24 deletions

7
Cargo.lock generated
View file

@ -1,7 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "rash"
version = "0.1.0"

View file

@ -1,16 +0,0 @@
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

View file

@ -1 +0,0 @@
fn main() {}