Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffshrager committed Nov 14, 2022
1 parent f7b452a commit c1d6400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TuringCompleteness/palendrome.ez
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
((0 1 * _ * 1 0) (PRE (1 * 2 * _ 6 7) (=Q2)))); Q1 _ L Q2

(Q2
((* 0) (PRE (* _ 2) (=Q2)))
((* 0) (PRE (_ * 2) (=Q2)))
((0 *) (PRE (1 * _) (=Q2)))
((0 1 * A * 1 0) (PRE (1 * 2 * _ 6 7) (=Q3))) ; Q2 A _ L Q3
((0 1 * B * 1 0) (=QREJECT)) ; Q2 B QREJECT
Expand All @@ -63,7 +63,7 @@
((0 1 * _ * 1 0) (PRE (1 * 2 * _ 6 7) (=Q5)))); Q4 _ L Q5

(Q5
((* 0) (PRE (* _ 2) (=Q5)))
((* 0) (PRE (_ * 2) (=Q5)))
((0 *) (PRE (1 * _) (=Q5)))
((0 1 * A * 1 0) (=QREJECT)) ; Q5 A QREJECT
((0 1 * B * 1 0) (PRE (1 * 2 * _ 6 7) (=Q3))) ; Q5 B _ L Q3
Expand Down

0 comments on commit c1d6400

Please sign in to comment.