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 (
Collapse
)
Author
Age
Files
Lines
*
Added documentation comment
Julien Dessaux
2021-12-04
1
-0
/
+3
|
*
Fixed standard input error handling
Julien Dessaux
2021-12-04
3
-12
/
+25
|
*
Refactoring : isolate stack manipulation into their own package
Julien Dessaux
2021-11-12
7
-146
/
+195
|
*
Fixed tricky field loading bug
Julien Dessaux
2021-10-07
1
-7
/
+18
|
*
simplified some code
Julien Dessaux
2021-10-06
1
-13
/
+11
|
*
Fixed edge case in the k command
Julien Dessaux
2021-10-06
1
-0
/
+3
|
*
Simplified some code
Julien Dessaux
2021-10-06
3
-17
/
+7
|
*
Improved a test case
Julien Dessaux
2021-10-06
1
-2
/
+2
|
*
Fixed a file loading bug not covered by the mycology test suite
Julien Dessaux
2021-10-02
3
-8
/
+38
|
*
Fixed some more resizing bugs in certain situations not covered by mycology
Julien Dessaux
2021-10-01
4
-5
/
+43
|
*
Fixed resizing bugs in certain situations not covered by mycology
Julien Dessaux
2021-10-01
2
-6
/
+91
|
*
Refactoring
Julien Dessaux
2021-10-01
4
-307
/
+316
|
*
Added mycology unit tests
Julien Dessaux
2021-09-28
2
-0
/
+99
|
*
Fixed system info greatest point calculation after re-reading the spec
Julien Dessaux
2021-09-27
1
-2
/
+2
|
*
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 ↵
Julien Dessaux
2021-09-24
2
-3
/
+3
|
|
|
|
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
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 ↵
Julien Dessaux
2021-09-23
8
-31
/
+206
|
|
|
|
circular dependency
*
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