MBED port of https://github.com/ys1382/filagree . The only change is adding #define MBED

Dependents:   filagree_test

interpret.h

Committer:
yusufx
Date:
2012-05-30
Revision:
0:1a89e28dea91

File content as of revision 0:1a89e28dea91:

//
//  interpret.h
//  filagree
//

#ifndef INTERPRET_H
#define INTERPRET_H

struct variable *interpret_file(const struct byte_array *filename, bridge *callback);
struct variable *interpret_string(const char *str, bridge *callback);

#endif // INTERPRET_H