aboutsummaryrefslogtreecommitdiff
path: root/src/field.nim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Refactoring to test the feel of changing a value object to a ref ↵Julien Dessaux2021-10-111-21/+26
| | | | | | | | | object in nim" I hated the debug made more difficult and less intuitive, and the need to use echo repr(XXX) to see something. This reverts commit 4ea0083ffcad9b73057951d871bcf2dbd855bc7c.
* Removed a useless len field for field linesJulien Dessaux2021-10-111-49/+41
|
* Refactoring to test the feel of changing a value object to a ref object in nimJulien Dessaux2021-10-101-16/+17
|
* Added submodules with the spec and the mycology test suiteJulien Dessaux2021-10-071-4/+4
|
* Fixed tricky field loading bugJulien Dessaux2021-10-071-8/+17
|
* Implemented missing functions for the interpreterJulien Dessaux2021-10-061-0/+3
|
* Implemented steps over a funge space fieldJulien Dessaux2021-10-051-0/+15
|
* RefactoringJulien Dessaux2021-10-051-5/+7
|
* CosmeticsJulien Dessaux2021-10-041-8/+8
|
* RefactoringJulien Dessaux2021-10-031-6/+6
|
* Finished implementing the funge space fieldJulien Dessaux2021-10-021-4/+67
|
* Continued implementing the funge space fieldJulien Dessaux2021-10-011-21/+119
|
* Began implementing the funge fieldJulien Dessaux2021-09-301-0/+37