test functions
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef BLISP_INIT_H_
|
||||
#define BLISP_INIT_H_
|
||||
|
||||
#include "data.h"
|
||||
|
||||
void init_builtins(Env *env);
|
||||
|
||||
Value *lisp_eval(const char *input);
|
||||
void lisp_init(void);
|
||||
void repl(void);
|
||||
void load_file(const char *filename);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user