Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | py/emitinlinethumb: Update to work with new small-heap compiler. | Damien George | |
Note that the inline assembler only works with the small-heap compiler enabled. | |||
2017-08-30 | py: Add MICROPY_USE_SMALL_HEAP_COMPILER option, disabled by default. | Damien George | |
This new option allows the original and new parser/compiler to coexist. | |||
2017-08-14 | py/parse2: Make pt_show function work. | Damien George | |
2017-08-14 | py/{parse2,compile2}: Update to work with merged master, v1.9. | Damien George | |
Changes inclued: - grammar.h now has DEF_RULE and DEF_RULE_NC - iterators can be on the (Python) stack - super() handling is refactored - supe().foo(...) can be executed without the heap | |||
2017-08-13 | py: Update compiler/parser to align with latest changes on master, v1.8. | Damien George | |
2016-04-18 | update parser and compiler to align with latest master | Damien George | |
2016-04-18 | py: Implement parse bytecode. | Damien George | |