aboutsummaryrefslogtreecommitdiff
path: root/src_c/eval.h
blob: 4f402709e37a80c25a1132b3c921aec206324968 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef LISP16_EVAL_H
#define LISP16_EVAL_H

#include "env.h"


lsp_status_t lsp_eval(lsp_env_t *e, lsp_addr_t ctx, lsp_addr_t value);

#endif