aboutsummaryrefslogtreecommitdiff
path: root/pkg/pointer/exec.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed standard input error handlingJulien Dessaux2021-12-041-2/+10
* Refactoring : isolate stack manipulation into their own packageJulien Dessaux2021-11-121-14/+2
* 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 Unefunge-...Julien Dessaux2021-09-241-3/+0
* 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