Guest User

Untitled

a guest
Oct 25th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. "1, not[rest](0+1+, +not+and+or)*" -> "0[rest]"
  2. "0, not[rest](0+1+, +not+and+or)*" -> "1[rest]"
  3. "1, 1, and[rest](0+1+, +not+and+or)*" -> "1[rest]"
  4. "(0+1), (0+1), and[rest](0+1+, +not+and+or)*" -> "0[rest]"
  5. "0, 0, or[rest](0+1+, +not+and+or)*" -> "0[rest]"
  6. "(0+1), (0+1), or[rest](0+1+, +not+and+or)*" -> "1[rest]"
  7. "1, not, 0, and, 1, or, not"
  8.  
Advertisement
Add Comment
Please, Sign In to add comment