aboutsummaryrefslogtreecommitdiff
path: root/pkg/interpreter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed project since I do not intend to support over funge variantsJulien Dessaux2021-09-242-4/+4
|
* Implemented commands until helloworld works \o/Julien Dessaux2021-09-232-3/+3
|
* Moved the character execution's to the pointer in order to handle the k commandJulien Dessaux2021-09-231-16/+12
|
* Each pointer needs its own stack, merging the two packages to avoid a ↵Julien Dessaux2021-09-232-2/+58
| | | | circular dependency
* Began coding the interpreter (only manages the minimal example for now!)Julien Dessaux2021-09-231-0/+40