aboutsummaryrefslogtreecommitdiff
path: root/pkg/interpreter/interpreter.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed project since I do not intend to support over funge variantsJulien Dessaux2021-09-241-2/+2
|
* Implemented commands until helloworld works \o/Julien Dessaux2021-09-231-2/+2
|
* 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-231-2/+8
| | | | circular dependency
* Began coding the interpreter (only manages the minimal example for now!)Julien Dessaux2021-09-231-0/+40