micropython/tests/cmdline
Damien George f4df3aaa72 py: Allow bytecode/native to put iter_buf on stack for simple for loops.
So that the "for x in it: ..." statement can now work without using the
heap (so long as the iterator argument fits in an iter_buf structure).
2017-02-16 18:38:06 +11:00
..
cmd_optimise.py
cmd_optimise.py.exp
cmd_parsetree.py tests: Add a coverage test for printing the parse-tree. 2016-12-22 11:26:06 +11:00
cmd_parsetree.py.exp tests: Add a coverage test for printing the parse-tree. 2016-12-22 11:26:06 +11:00
cmd_showbc.py
cmd_showbc.py.exp py: Allow bytecode/native to put iter_buf on stack for simple for loops. 2017-02-16 18:38:06 +11:00
cmd_verbose.py
cmd_verbose.py.exp
repl_autocomplete.py tests/cmdline: Improve repl.c autocomplete test coverage. 2016-12-29 17:14:04 +11:00
repl_autocomplete.py.exp tests/cmdline: Improve repl.c autocomplete test coverage. 2016-12-29 17:14:04 +11:00
repl_basic.py
repl_basic.py.exp
repl_cont.py
repl_cont.py.exp
repl_emacs_keys.py
repl_emacs_keys.py.exp