serene-golang-implementation/bootstrap/pkg
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
..
ast [Bootstrap]: Add internal instructions with an IExpr interface 2020-12-25 22:01:59 +00:00
core [Bootstrap] Implement a call stack to keep track of function calls 2020-12-25 22:03:21 +00:00
dl [Bootstrap] Add a sample shared library to used with ffi api 2020-12-25 21:57:13 +00:00
hash [Bootstrap] Add the support for keywords 2020-12-22 23:54:21 +00:00