Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made the interpreter pass most of the mycology test suite | Julien Dessaux | 2021-09-24 | 1 | -0/+2 |
| | |||||
* | Implemented commands until helloworld works \o/ | Julien Dessaux | 2021-09-23 | 1 | -5/+23 |
| | |||||
* | Moved the character execution's to the pointer in order to handle the k command | Julien Dessaux | 2021-09-23 | 1 | -4/+9 |
| | |||||
* | Each pointer needs its own stack, merging the two packages to avoid a ↵ | Julien Dessaux | 2021-09-23 | 1 | -2/+50 |
| | | | | circular dependency | ||||
* | Began coding the interpreter (only manages the minimal example for now!) | Julien Dessaux | 2021-09-23 | 1 | -0/+6 |
| | |||||
* | Simplified instruction pointer delta handling | Julien Dessaux | 2021-09-21 | 1 | -5/+8 |
| | |||||
* | Continued implementing the Instruction Pointer | Julien Dessaux | 2021-09-21 | 1 | -1/+4 |
| | |||||
* | Began implementing the Instruction Pointer | Julien Dessaux | 2021-09-20 | 1 | -0/+21 |