Improve REPL compount statement detection.

This commit is contained in:
Damien
2013-10-22 22:32:27 +01:00
parent 9d63932b3d
commit 92c06561a3
5 changed files with 52 additions and 24 deletions

1
py/repl.h Normal file
View File

@@ -0,0 +1 @@
bool py_repl_is_compound_stmt(const char *line);