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
/
mycology
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-09-27
Fixes some mycology test suite errors
Julien Dessaux
4
-20
/
+465
2021-09-24
Randomization and y fixes
Julien Dessaux
2
-3
/
+6
2021-09-24
Fixed line feed handling which should be treated as like newline in ↵
Julien Dessaux
2
-3
/
+3
Unefunge-98, but it is unclear.
2021-09-24
Fixed y command, stack and stack stack manipulation bugs
Julien Dessaux
3
-115
/
+117
2021-09-24
Renamed project since I do not intend to support over funge variants
Julien Dessaux
8
-12
/
+12
2021-09-24
Made the interpreter pass most of the mycology test suite
Julien Dessaux
13
-35
/
+204
2021-09-23
Implemented commands until helloworld works \o/
Julien Dessaux
10
-44
/
+243
2021-09-23
Moved the character execution's to the pointer in order to handle the k command
Julien Dessaux
5
-26
/
+78
2021-09-23
Each pointer needs its own stack, merging the two packages to avoid a ↵
Julien Dessaux
8
-31
/
+206
circular dependency
2021-09-23
Began coding the interpreter (only manages the minimal example for now!)
Julien Dessaux
4
-0
/
+99
2021-09-22
Fixed test order mistake between expected value and got value
Julien Dessaux
5
-39
/
+30
2021-09-22
Finished implementing the stack stack
Julien Dessaux
2
-0
/
+195
2021-09-22
Continued implementing the stack stack
Julien Dessaux
2
-0
/
+103
2021-09-21
Simplified instruction pointer delta handling
Julien Dessaux
4
-19
/
+12
2021-09-21
Began implementing the stack and the stack stack
Julien Dessaux
3
-0
/
+178
2021-09-21
Continued implementing the Instruction Pointer
Julien Dessaux
4
-3
/
+54
2021-09-20
Began implementing the Instruction Pointer
Julien Dessaux
3
-0
/
+72
2021-09-20
Refactoring
Julien Dessaux
4
-10
/
+10
2021-09-19
Implemented function to set a field value
Julien Dessaux
2
-0
/
+340
2021-09-19
Implemented function to get a field value
Julien Dessaux
2
-0
/
+43
2021-09-19
Moved isIn function to a util file
Julien Dessaux
4
-39
/
+48
2021-09-17
Added function to calculate a next pointer step on the field
Julien Dessaux
2
-0
/
+95
2021-09-17
rewrote field data structure for simplicity
Julien Dessaux
2
-69
/
+86
2021-09-14
Began implementing the befunge field data structure
Julien Dessaux
13
-0
/
+325