index
:
adyxax/gofunge98
master
a Funge-98 interpreter written in go
Julien Dessaux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
field
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed tricky field loading bug
Julien Dessaux
2021-10-07
1
-7
/
+18
*
Improved a test case
Julien Dessaux
2021-10-06
1
-2
/
+2
*
Fixed a file loading bug not covered by the mycology test suite
Julien Dessaux
2021-10-02
3
-8
/
+38
*
Fixed some more resizing bugs in certain situations not covered by mycology
Julien Dessaux
2021-10-01
4
-5
/
+43
*
Fixed resizing bugs in certain situations not covered by mycology
Julien Dessaux
2021-10-01
2
-6
/
+91
*
Refactoring
Julien Dessaux
2021-10-01
4
-307
/
+316
*
Fixes some mycology test suite errors
Julien Dessaux
2021-09-27
4
-20
/
+465
*
Fixed line feed handling which should be treated as like newline in Unefunge-...
Julien Dessaux
2021-09-24
1
-0
/
+3
*
Made the interpreter pass most of the mycology test suite
Julien Dessaux
2021-09-24
2
-0
/
+10
*
Fixed test order mistake between expected value and got value
Julien Dessaux
2021-09-22
2
-5
/
+5
*
Refactoring
Julien Dessaux
2021-09-20
4
-10
/
+10
*
Implemented function to set a field value
Julien Dessaux
2021-09-19
2
-0
/
+340
*
Implemented function to get a field value
Julien Dessaux
2021-09-19
2
-0
/
+43
*
Moved isIn function to a util file
Julien Dessaux
2021-09-19
4
-39
/
+48
*
Added function to calculate a next pointer step on the field
Julien Dessaux
2021-09-17
2
-0
/
+95
*
rewrote field data structure for simplicity
Julien Dessaux
2021-09-17
2
-69
/
+86
*
Began implementing the befunge field data structure
Julien Dessaux
2021-09-14
11
-0
/
+304