serene-golang-implementation/bootstrap/cmd
Sameer Rahmani 1447f8ac45 [Bootstrap] Implement a call stack to keep track of function calls
Add `ICallStack` as the interface to the call stack with a simple
FIFO implementation that tracks the recursive calls as well.
2020-12-25 22:03:21 +00:00
..
repl.go [Bootstrap] Implement a call stack to keep track of function calls 2020-12-25 22:03:21 +00:00
root.go [Bootstrap] Implement a call stack to keep track of function calls 2020-12-25 22:03:21 +00:00
run.go [Bootstrap] Implement a call stack to keep track of function calls 2020-12-25 22:03:21 +00:00