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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes some mycology test suite errors
Julien Dessaux
2021-09-27
4
-20
/
+465
*
Randomization and y fixes
Julien Dessaux
2021-09-24
2
-3
/
+6
*
Fixed line feed handling which should be treated as like newline in Unefunge-...
Julien Dessaux
2021-09-24
2
-3
/
+3
*
Fixed y command, stack and stack stack manipulation bugs
Julien Dessaux
2021-09-24
3
-115
/
+117
*
Renamed project since I do not intend to support over funge variants
Julien Dessaux
2021-09-24
6
-8
/
+8
*
Made the interpreter pass most of the mycology test suite
Julien Dessaux
2021-09-24
7
-27
/
+195
*
Implemented commands until helloworld works \o/
Julien Dessaux
2021-09-23
8
-44
/
+237
*
Moved the character execution's to the pointer in order to handle the k command
Julien Dessaux
2021-09-23
4
-25
/
+76
*
Each pointer needs its own stack, merging the two packages to avoid a circula...
Julien Dessaux
2021-09-23
8
-31
/
+206
*
Began coding the interpreter (only manages the minimal example for now!)
Julien Dessaux
2021-09-23
3
-0
/
+57
*
Fixed test order mistake between expected value and got value
Julien Dessaux
2021-09-22
5
-39
/
+30
*
Finished implementing the stack stack
Julien Dessaux
2021-09-22
2
-0
/
+195
*
Continued implementing the stack stack
Julien Dessaux
2021-09-22
2
-0
/
+103
*
Simplified instruction pointer delta handling
Julien Dessaux
2021-09-21
4
-19
/
+12
*
Began implementing the stack and the stack stack
Julien Dessaux
2021-09-21
3
-0
/
+178
*
Continued implementing the Instruction Pointer
Julien Dessaux
2021-09-21
4
-3
/
+54
*
Began implementing the Instruction Pointer
Julien Dessaux
2021-09-20
3
-0
/
+72
*
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