aboutsummaryrefslogtreecommitdiff
path: root/pkg/pointer/exec.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* simplified some codeJulien Dessaux2021-10-061-13/+11
|
* Fixed edge case in the k commandJulien Dessaux2021-10-061-0/+3
|
* Simplified some codeJulien Dessaux2021-10-061-13/+4
|
* Fixed system info greatest point calculation after re-reading the specJulien Dessaux2021-09-271-2/+2
|
* Randomization and y fixesJulien Dessaux2021-09-241-2/+2
|
* Fixed line feed handling which should be treated as like newline in ↵Julien Dessaux2021-09-241-3/+0
| | | | Unefunge-98, but it is unclear.
* Fixed y command, stack and stack stack manipulation bugsJulien Dessaux2021-09-241-89/+84
|
* Renamed project since I do not intend to support over funge variantsJulien Dessaux2021-09-241-1/+1
|
* Made the interpreter pass most of the mycology test suiteJulien Dessaux2021-09-241-7/+154
|
* Implemented commands until helloworld works \o/Julien Dessaux2021-09-231-8/+144
|
* Moved the character execution's to the pointer in order to handle the k commandJulien Dessaux2021-09-231-0/+39