Andrew Kay
Andrew Kay
Another possible solution, avoiding the extra buffer, is to defer the call to `gridN_update` until all writes are done - expressions which depend on the grid state don't depend on...
[Commit b5130a560f8809fcdf5a13707e000b5fbb29a6eb](https://github.com/kaya3/MJr/commit/b5130a560f8809fcdf5a13707e000b5fbb29a6eb) handles patterns of height 1 in the row DFA, which allows the column DFA to recognise fewer patterns but also allows its alphabet to be reduced (since there...
With [commit 7e70d8313674668a76419148bbc220b7db091030](https://github.com/kaya3/MJr/commit/7e70d8313674668a76419148bbc220b7db091030), duplication in the match-handling code is now avoided; the algorithm now uses bitmasks to determine which match handlers to dispatch. This also avoids having to remove and...
C# programs can be compiled and run natively on Linux using Mono. https://www.mono-project.com/
This doesn't seem like an issue with this project. This should be posted under "discussions" instead. If the other linked project is not working then you could instead post an...