Moved everything from ops/stack_ops (which were not ops) to payloads/stack.
Added io functions to function_bindings.
This commit is contained in:
parent
4d480798e8
commit
818293d4f1
34 changed files with 217 additions and 94 deletions
|
|
@ -21,10 +21,10 @@
|
|||
#include "memory/tags.h"
|
||||
|
||||
#include "payloads/cons.h"
|
||||
#include "payloads/stack.h"
|
||||
|
||||
#include "ops/reverse.h"
|
||||
#include "ops/list_ops.h"
|
||||
#include "ops/stack_ops.h"
|
||||
|
||||
/**
|
||||
* @brief The maximum depth of stack before we throw an exception.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue