index
:
adyxax/zigfunge98
master
a Funge-98 interpreter written in zig
Julien Dessaux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.zig
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-06-12
Implemented basic cli
Julien Dessaux
1
-42
/
+17
2022-06-09
Pass the sanity test
Julien Dessaux
5
-10
/
+101
2022-05-10
Added submodules for the spec and the mycology test suite
Julien Dessaux
3
-0
/
+6
2022-05-08
Implemented most of the funge pointer logic
Julien Dessaux
2
-0
/
+376
2022-05-06
Reintroducing the empty field errors and fixed the bugs introduced in the ↵
Julien Dessaux
1
-17
/
+17
last commit
2022-05-05
Fixed a misunderstanding about allocations (I did too much go and nim!)
Julien Dessaux
4
-58
/
+106
2022-03-29
Finished implementing the funge field
Julien Dessaux
1
-13
/
+95
2022-03-21
Continued implementing the funge field
Julien Dessaux
1
-19
/
+83
2022-03-20
Continued implementing the funge field
Julien Dessaux
1
-17
/
+93
2022-02-20
Began implementing the funge Field
Julien Dessaux
2
-0
/
+179
2022-02-20
Simplified the stack stack code
Julien Dessaux
1
-20
/
+5
2022-02-20
Rewrote stack tests
Julien Dessaux
1
-46
/
+37
2022-02-20
Added code coverage to tests with zig build test -Dtest-coverage
Julien Dessaux
2
-0
/
+22
2022-02-18
Began implementing the funge98 stack stack
Julien Dessaux
2
-1
/
+47
2022-02-18
fixed the funge stack types
Julien Dessaux
1
-21
/
+25
2022-02-17
Began implementing a funge stack
Julien Dessaux
4
-0
/
+131