aboutsummaryrefslogtreecommitdiff
path: root/src/pointer.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implemented the } (aka end) funge commandJulien Dessaux2022-08-071-2/+9
* Implemented the { (aka begin) funge commandJulien Dessaux2022-08-061-2/+8
* Simplified io context implementationJulien Dessaux2022-08-031-6/+4
* Implemented decimalInput io functionJulien Dessaux2022-08-031-2/+6
* Reworked io functions to take a configurable reader or writerJulien Dessaux2022-07-301-17/+29
* Refactored io functions handlingJulien Dessaux2022-06-121-13/+6
* Implemented basic cliJulien Dessaux2022-06-121-4/+2
* Pass the sanity testJulien Dessaux2022-06-091-3/+11
* Implemented most of the funge pointer logicJulien Dessaux2022-05-081-0/+344