added yale examples

This commit is contained in:
Jack Halford 2017-02-17 16:26:40 +01:00
parent 7f83e231aa
commit 730773c375
5 changed files with 5 additions and 0 deletions

1
42sh/sample/yale0.ex Normal file
View file

@ -0,0 +1 @@
< A B | ( C 2> D & E < F ) > G ; H=I J K

1
42sh/sample/yale1.ex Normal file
View file

@ -0,0 +1 @@
< A B | C | D | E > F

1
42sh/sample/yale2.ex Normal file
View file

@ -0,0 +1 @@
A && B || C && D

1
42sh/sample/yale3.ex Normal file
View file

@ -0,0 +1 @@
A ; B & C ; D || E

1
42sh/sample/yale5.ex Normal file
View file

@ -0,0 +1 @@
(A ; B &) | (C || D) && E