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
/
pointer
/
pointer.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed standard input error handling
Julien Dessaux
2021-12-04
1
-1
/
+1
*
Simplified some code
Julien Dessaux
2021-10-06
1
-3
/
+2
*
Randomization and y fixes
Julien Dessaux
2021-09-24
1
-1
/
+4
*
Renamed project since I do not intend to support over funge variants
Julien Dessaux
2021-09-24
1
-1
/
+1
*
Made the interpreter pass most of the mycology test suite
Julien Dessaux
2021-09-24
1
-0
/
+2
*
Implemented commands until helloworld works \o/
Julien Dessaux
2021-09-23
1
-5
/
+23
*
Moved the character execution's to the pointer in order to handle the k command
Julien Dessaux
2021-09-23
1
-4
/
+9
*
Each pointer needs its own stack, merging the two packages to avoid a circula...
Julien Dessaux
2021-09-23
1
-2
/
+50
*
Began coding the interpreter (only manages the minimal example for now!)
Julien Dessaux
2021-09-23
1
-0
/
+6
*
Simplified instruction pointer delta handling
Julien Dessaux
2021-09-21
1
-5
/
+8
*
Continued implementing the Instruction Pointer
Julien Dessaux
2021-09-21
1
-1
/
+4
*
Began implementing the Instruction Pointer
Julien Dessaux
2021-09-20
1
-0
/
+21