aboutsummaryrefslogtreecommitdiff
path: root/pkg/pointer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added documentation commentJulien Dessaux2021-12-041-0/+3
* Fixed standard input error handlingJulien Dessaux2021-12-043-12/+25
* Refactoring : isolate stack manipulation into their own packageJulien Dessaux2021-11-125-213/+66
* 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-063-17/+7
* Added mycology unit testsJulien Dessaux2021-09-281-0/+67
* Fixed system info greatest point calculation after re-reading the specJulien Dessaux2021-09-271-2/+2
* Randomization and y fixesJulien Dessaux2021-09-242-3/+6
* 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-243-115/+117
* Renamed project since I do not intend to support over funge variantsJulien Dessaux2021-09-244-4/+4
* Made the interpreter pass most of the mycology test suiteJulien Dessaux2021-09-245-27/+185
* Implemented commands until helloworld works \o/Julien Dessaux2021-09-236-41/+234
* Moved the character execution's to the pointer in order to handle the k commandJulien Dessaux2021-09-233-9/+64
* Each pointer needs its own stack, merging the two packages to avoid a circula...Julien Dessaux2021-09-236-5/+591
* Began coding the interpreter (only manages the minimal example for now!)Julien Dessaux2021-09-232-0/+17
* Fixed test order mistake between expected value and got valueJulien Dessaux2021-09-222-12/+12
* Simplified instruction pointer delta handlingJulien Dessaux2021-09-214-19/+12
* Continued implementing the Instruction PointerJulien Dessaux2021-09-214-3/+54
* Began implementing the Instruction PointerJulien Dessaux2021-09-203-0/+72