aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-09Pass the sanity testJulien Dessaux1-0/+49
2022-05-10Added submodules for the spec and the mycology test suiteJulien Dessaux3-0/+6
2022-05-08Implemented most of the funge pointer logicJulien Dessaux2-0/+376
2022-05-06Reintroducing the empty field errors and fixed the bugs introduced in the las...Julien Dessaux1-17/+17
2022-05-05Fixed a misunderstanding about allocations (I did too much go and nim!)Julien Dessaux4-58/+106
2022-03-29Finished implementing the funge fieldJulien Dessaux1-13/+95
2022-03-21Continued implementing the funge fieldJulien Dessaux1-19/+83
2022-03-20Continued implementing the funge fieldJulien Dessaux1-17/+93
2022-02-20Began implementing the funge FieldJulien Dessaux2-0/+179
2022-02-20Simplified the stack stack codeJulien Dessaux1-20/+5
2022-02-20Rewrote stack testsJulien Dessaux1-46/+37
2022-02-20Added code coverage to tests with zig build test -Dtest-coverageJulien Dessaux2-0/+22
2022-02-18Began implementing the funge98 stack stackJulien Dessaux2-1/+47
2022-02-18fixed the funge stack typesJulien Dessaux1-21/+25
2022-02-17Began implementing a funge stackJulien Dessaux4-0/+131