aboutsummaryrefslogtreecommitdiff
path: root/pkg/field/utils.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-19Moved isIn function to a util fileJulien Dessaux1-0/+5
2021-09-17Added function to calculate a next pointer step on the fieldJulien Dessaux2-0/+95
2021-09-17rewrote field data structure for simplicityJulien Dessaux2-69/+86
2021-09-14Began implementing the befunge field data structureJulien Dessaux13-0/+325