aboutsummaryrefslogtreecommitdiff
path: root/pkg/pointer/pointer.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplified some codeJulien Dessaux2021-10-061-3/+2
|
* Randomization and y fixesJulien Dessaux2021-09-241-1/+4
|
* 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-0/+2
|
* Implemented commands until helloworld works \o/Julien Dessaux2021-09-231-5/+23
|
* Moved the character execution's to the pointer in order to handle the k commandJulien Dessaux2021-09-231-4/+9
|
* Each pointer needs its own stack, merging the two packages to avoid a ↵Julien Dessaux2021-09-231-2/+50
| | | | circular dependency
* Began coding the interpreter (only manages the minimal example for now!)Julien Dessaux2021-09-231-0/+6
|
* Simplified instruction pointer delta handlingJulien Dessaux2021-09-211-5/+8
|
* Continued implementing the Instruction PointerJulien Dessaux2021-09-211-1/+4
|
* Began implementing the Instruction PointerJulien Dessaux2021-09-201-0/+21