crepl

An intuitive calculator REPL.
git clone git://git.knutsen.co/crepl
Log | Files | Refs | README | LICENSE

prelude.h (150B)


1
2
3
4
5
6
7
#include "defaults.h"
#include "error.h"
#include "parse.h"
#include "execute.h"

extern char *PRELUDE_STATEMENTS[];
void execute_prelude(Context *);