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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Simplified some code
Julien Dessaux
2021-10-06
3
-17
/
+7
|
*
Added mycology unit tests
Julien Dessaux
2021-09-28
1
-0
/
+67
|
*
Fixed system info greatest point calculation after re-reading the spec
Julien Dessaux
2021-09-27
1
-2
/
+2
|
*
Randomization and y fixes
Julien Dessaux
2021-09-24
2
-3
/
+6
|
*
Fixed line feed handling which should be treated as like newline in ↵
Julien Dessaux
2021-09-24
1
-3
/
+0
|
|
|
|
Unefunge-98, but it is unclear.
*
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
4
-4
/
+4
|
*
Made the interpreter pass most of the mycology test suite
Julien Dessaux
2021-09-24
5
-27
/
+185
|
*
Implemented commands until helloworld works \o/
Julien Dessaux
2021-09-23
6
-41
/
+234
|
*
Moved the character execution's to the pointer in order to handle the k command
Julien Dessaux
2021-09-23
3
-9
/
+64
|
*
Each pointer needs its own stack, merging the two packages to avoid a ↵
Julien Dessaux
2021-09-23
6
-5
/
+591
|
|
|
|
circular dependency
*
Began coding the interpreter (only manages the minimal example for now!)
Julien Dessaux
2021-09-23
2
-0
/
+17
|
*
Fixed test order mistake between expected value and got value
Julien Dessaux
2021-09-22
2
-12
/
+12
|
*
Simplified instruction pointer delta handling
Julien Dessaux
2021-09-21
4
-19
/
+12
|
*
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