aboutsummaryrefslogtreecommitdiff
path: root/pkg/pointer/pointer_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved the character execution's to the pointer in order to handle the k commandJulien Dessaux2021-09-231-5/+16
|
* Each pointer needs its own stack, merging the two packages to avoid a ↵Julien Dessaux2021-09-231-3/+61
| | | | circular dependency
* Began coding the interpreter (only manages the minimal example for now!)Julien Dessaux2021-09-231-0/+11
|
* Fixed test order mistake between expected value and got valueJulien Dessaux2021-09-221-2/+2
|
* Simplified instruction pointer delta handlingJulien Dessaux2021-09-211-3/+3
|
* Continued implementing the Instruction PointerJulien Dessaux2021-09-211-2/+2
|
* Began implementing the Instruction PointerJulien Dessaux2021-09-201-0/+41