aboutsummaryrefslogtreecommitdiff
path: root/tests/cmdline/cmd_parsetree.py.exp
AgeCommit message (Expand)Author
2020-10-01unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.Damien George
2020-06-16py/compile: Implement PEP 572, assignment expressions with := operator.Damien George
2019-10-01py: Rework and compress second part of bytecode prelude.Damien George
2019-09-26tests: Update tests for changes to opcode ordering.Damien George
2017-12-19tests: Add some more tests to improve coverage of py/parse.c.Damien George
2017-04-22py/compile: Refactor handling of special super() call.Damien George
2017-02-24py: Create str/bytes objects in the parser, not the compiler.Damien George
2017-02-17tests/cmdline/cmd_parsetree: Update to work with changes to grammar.Damien George
2017-02-16tests/cmdline: Update cmd_parsetree test for changes to grammar order.Damien George
2017-02-16tests/cmdline: Update tests to pass with latest changes to bytecode.Damien George
2016-12-22tests: Add a coverage test for printing the parse-tree.Damien George