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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Julien Dessaux
2021-09-24
1
-0
/
+3
|
|
|
|
Unefunge-98, but it is unclear.
*
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