...Previously while I was working on the Fusion rule that caused all the bugs and crashes in #18, I ended up with this error:
Parsing...
Error in @TABLE, line 93:
# NoTomeAtAll
^^^^^^^^^^^^^^^^^^^^^^^^^
`neighborhood` directive cannot be reassigned
The Moore and von Neumann neighborhoods overlap, so couldn't Nutshell automatically allow Moore in some places and vN in others, and just fill in the corners on all the vN ones with any automatically when it expands it to the Moore neighborhood in the output rule file?
Also, the error message is wrong either way. It should be:
Parsing...
Error in @TABLE, line 94:
neighborhood: von Neumann
^^^^^^^^^^^^^^^^^^^^^^^^^
`neighborhood` directive cannot be reassigned
...Previously while I was working on the Fusion rule that caused all the bugs and crashes in #18, I ended up with this error:
The Moore and von Neumann neighborhoods overlap, so couldn't Nutshell automatically allow Moore in some places and vN in others, and just fill in the corners on all the vN ones with
anyautomatically when it expands it to the Moore neighborhood in the output rule file?Also, the error message is wrong either way. It should be: