aboutsummaryrefslogtreecommitdiff
path: root/pkg/stack/stack.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring : isolate stack manipulation into their own packageJulien Dessaux2021-11-121-0/+105
|
* Each pointer needs its own stack, merging the two packages to avoid a ↵Julien Dessaux2021-09-231-51/+0
| | | | circular dependency
* Began implementing the stack and the stack stackJulien Dessaux2021-09-211-0/+51