asdf

Dependencies:   mbed

Fork of manworm_ticker_tv by Bayley Wang

lisp.h

Committer:
dicarloj
Date:
2018-03-10
Revision:
10:1163fb31b0a7
Parent:
9:2a47b9ff8911

File content as of revision 10:1163fb31b0a7:

#ifndef _lisp
#define _lisp



void run_lisp(char* input);

char* get_output();



#endif