d409f19/cellmata

Edge default state never checked

MathiasMehl opened this issue · 0 comments

As of right now, the following program compiles without error, even though the default state for the edge is non-existing. Add test files for this :)

world {
    size = 100 [edge], 200 [wrap];
    edge = abc;
}

state ident (0, 0, 0) {
    become ident;
}