diff options
author | Damien <damien.p.george@gmail.com> | 2013-10-18 19:58:12 +0100 |
---|---|---|
committer | Damien <damien.p.george@gmail.com> | 2013-10-18 19:58:12 +0100 |
commit | 5ac1b2efbd5dfb2a62fe984dc9dc8a7127fb5e82 (patch) | |
tree | a00fad2e39bc0d3604dc91cbd21910c6800d3e14 /py/compile.h | |
parent | 7bbd1106915b481816fe5baa72ce7c6068c7386a (diff) | |
download | micropython-5ac1b2efbd5dfb2a62fe984dc9dc8a7127fb5e82.tar.gz micropython-5ac1b2efbd5dfb2a62fe984dc9dc8a7127fb5e82.zip |
Implement REPL.
Diffstat (limited to 'py/compile.h')
-rw-r--r-- | py/compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/compile.h b/py/compile.h index 339acca0c0..c15b40aa67 100644 --- a/py/compile.h +++ b/py/compile.h @@ -1 +1 @@ -void py_compile(py_parse_node_t pn); +bool py_compile(py_parse_node_t pn, bool is_repl); |