added yale examples
This commit is contained in:
parent
7f83e231aa
commit
730773c375
5 changed files with 5 additions and 0 deletions
1
42sh/sample/yale0.ex
Normal file
1
42sh/sample/yale0.ex
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
< A B | ( C 2> D & E < F ) > G ; H=I J K
|
||||||
1
42sh/sample/yale1.ex
Normal file
1
42sh/sample/yale1.ex
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
< A B | C | D | E > F
|
||||||
1
42sh/sample/yale2.ex
Normal file
1
42sh/sample/yale2.ex
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
A && B || C && D
|
||||||
1
42sh/sample/yale3.ex
Normal file
1
42sh/sample/yale3.ex
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
A ; B & C ; D || E
|
||||||
1
42sh/sample/yale5.ex
Normal file
1
42sh/sample/yale5.ex
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
(A ; B &) | (C || D) && E
|
||||||
Loading…
Reference in a new issue