Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the character execution's to the pointer in order to handle the k command | Julien Dessaux | 2021-09-23 | 3 | -9/+64 |
| | |||||
* | Each pointer needs its own stack, merging the two packages to avoid a ↵ | Julien Dessaux | 2021-09-23 | 6 | -5/+591 |
| | | | | circular dependency | ||||
* | Began coding the interpreter (only manages the minimal example for now!) | Julien Dessaux | 2021-09-23 | 2 | -0/+17 |
| | |||||
* | Fixed test order mistake between expected value and got value | Julien Dessaux | 2021-09-22 | 2 | -12/+12 |
| | |||||
* | Simplified instruction pointer delta handling | Julien Dessaux | 2021-09-21 | 4 | -19/+12 |
| | |||||
* | Continued implementing the Instruction Pointer | Julien Dessaux | 2021-09-21 | 4 | -3/+54 |
| | |||||
* | Began implementing the Instruction Pointer | Julien Dessaux | 2021-09-20 | 3 | -0/+72 |