Hi all! I was wondering if someone more experienced could explain to me how to implement a context-sensitive cellular automata using Patterns library (p-rewrite). I don’t get the patch example “010 c - rewrite - context sensitive harmony” at all
I got how to make context-free CA, using p-transition, p-rewrite-node and p-rewrite, but when trying to use the syntax for the context-sensitive case, i can’t make it work. I’m not sure what i’m doing wrong. Here’s a patch of me trying to make it work, using the syntax present in the tutorial patch “010 a - rewrite intro”
failing to make a context-sensitive CA.omp (241.8 KB)