Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed project since I do not intend to support over funge variants | Julien Dessaux | 2021-09-24 | 1 | -1/+1 |
* | Implemented commands until helloworld works \o/ | Julien Dessaux | 2021-09-23 | 1 | -10/+6 |
* | Moved the character execution's to the pointer in order to handle the k command | Julien Dessaux | 2021-09-23 | 1 | -5/+16 |
* | Each pointer needs its own stack, merging the two packages to avoid a circula... | Julien Dessaux | 2021-09-23 | 1 | -3/+61 |
* | Began coding the interpreter (only manages the minimal example for now!) | Julien Dessaux | 2021-09-23 | 1 | -0/+11 |
* | Fixed test order mistake between expected value and got value | Julien Dessaux | 2021-09-22 | 1 | -2/+2 |
* | Simplified instruction pointer delta handling | Julien Dessaux | 2021-09-21 | 1 | -3/+3 |
* | Continued implementing the Instruction Pointer | Julien Dessaux | 2021-09-21 | 1 | -2/+2 |
* | Began implementing the Instruction Pointer | Julien Dessaux | 2021-09-20 | 1 | -0/+41 |