about summary refs log tree commit diff stats
path: root/lib/Octans/Neighbors.rakumod
Commit message (Collapse)AuthorAgeFilesLines
* Change subroutine declaration styleAndinus2021-03-031-3/+1
| | | | | | | | From: sub t () {} To: sub t() {}
* Re-structure codeAndinus2021-03-021-2/+2
| | | | These changes should make it easier to read the code.
* When computing neighbors, set it to an empty arrayAndinus2021-01-261-3/+6
| | | | | If we don't find any neighbors then we shouldn't have to recompute this result.
* Re-structure for CPAN upload, include a dictionary file v0.1.0Andinus2021-01-191-0/+53
bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine.