aboutsummaryrefslogtreecommitdiff
path: root/src/stackStack.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed useless testing boilerplateHEADmasterJulien Dessaux2024-02-031-4/+0
* zig 0.11 changesJulien Dessaux2023-12-181-3/+5
* Implemented the under funge commandJulien Dessaux2022-08-081-0/+49
* Implemented the } (aka end) funge commandJulien Dessaux2022-08-071-1/+42
* Implemented the { (aka begin) funge commandJulien Dessaux2022-08-061-0/+56
* Do not add the top of the stack stack on the array listJulien Dessaux2022-08-061-3/+2
* Fixed a misunderstanding about allocations (I did too much go and nim!)Julien Dessaux2022-05-051-12/+14
* Simplified the stack stack codeJulien Dessaux2022-02-201-20/+5
* Began implementing the funge98 stack stackJulien Dessaux2022-02-181-0/+46