aboutsummaryrefslogtreecommitdiff
path: root/pkg/pointer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Julien Dessaux2021-09-236-5/+591
| | | | circular dependency
* 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