aboutsummaryrefslogtreecommitdiff
path: root/src/field.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zig 0.11 changesJulien Dessaux2023-12-181-29/+40
|
* Fixed #1: wrongful handling of \r newlines1.1Julien Dessaux2023-01-061-2/+9
|
* Ensure the pointer always ends up on an executable instruction for tui ↵Julien Dessaux2022-12-041-16/+30
| | | | consistency
* Improved tui debuggerJulien Dessaux2022-12-041-9/+0
|
* Began writing a debugging tuiJulien Dessaux2022-12-031-0/+9
|
* Fixed bugs from zig 0.10 upgrade (some real!)Julien Dessaux2022-12-011-13/+13
|
* Fixed bugs reported by the mycology test suiteJulien Dessaux2022-08-161-1/+1
|
* Implemented the y command requirementsJulien Dessaux2022-08-141-0/+3
|
* Implemented basic cliJulien Dessaux2022-06-121-6/+11
|
* Pass the sanity testJulien Dessaux2022-06-091-1/+1
|
* Reintroducing the empty field errors and fixed the bugs introduced in the ↵Julien Dessaux2022-05-061-17/+17
| | | | last commit
* Fixed a misunderstanding about allocations (I did too much go and nim!)Julien Dessaux2022-05-051-39/+81
|
* Finished implementing the funge fieldJulien Dessaux2022-03-291-13/+95
|
* Continued implementing the funge fieldJulien Dessaux2022-03-211-19/+83
|
* Continued implementing the funge fieldJulien Dessaux2022-03-201-17/+93
|
* Began implementing the funge FieldJulien Dessaux2022-02-201-0/+178