aboutsummaryrefslogtreecommitdiff
path: root/pkg/field (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed resizing bugs in certain situations not covered by mycologyJulien Dessaux2021-10-012-6/+91
|
* RefactoringJulien Dessaux2021-10-014-307/+316
|
* Fixes some mycology test suite errorsJulien Dessaux2021-09-274-20/+465
|
* Fixed line feed handling which should be treated as like newline in ↵Julien Dessaux2021-09-241-0/+3
| | | | Unefunge-98, but it is unclear.
* Made the interpreter pass most of the mycology test suiteJulien Dessaux2021-09-242-0/+10
|
* Fixed test order mistake between expected value and got valueJulien Dessaux2021-09-222-5/+5
|
* RefactoringJulien Dessaux2021-09-204-10/+10
|
* Implemented function to set a field valueJulien Dessaux2021-09-192-0/+340
|
* Implemented function to get a field valueJulien Dessaux2021-09-192-0/+43
|
* Moved isIn function to a util fileJulien Dessaux2021-09-194-39/+48
|
* Added function to calculate a next pointer step on the fieldJulien Dessaux2021-09-172-0/+95
|
* rewrote field data structure for simplicityJulien Dessaux2021-09-172-69/+86
|
* Began implementing the befunge field data structureJulien Dessaux2021-09-1411-0/+304