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
/
cmd
/
headless_interpreter
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
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