aboutsummaryrefslogtreecommitdiff
path: root/pkg/interpreter (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added mycology unit testsJulien Dessaux2021-09-281-0/+32
* 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 circula...Julien Dessaux2021-09-232-2/+58
* Began coding the interpreter (only manages the minimal example for now!)Julien Dessaux2021-09-231-0/+40