dbrunton / Automata-Cellular

Cellular Automata in Perl 6
2 stars 0 forks source link

Context sensitivity for Rule.pm #2

Closed dbrunton closed 14 years ago

dbrunton commented 14 years ago

Rule.pm should be Num, Array, Hash, Slice, Str, and Bool aware. Using a rule in any of these contexts should be the output method of a rule. It is possible there are some missing contexts in that list.