You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
92 B

  1. $S -> $A$B
  2. $A -> $C/a
  3. $A -> /~
  4. $B -> /c$Bpr
  5. $Bpr -> /a$A$C$Bpr
  6. $Bpr -> /~
  7. $C -> /b
  8. $C -> /~