Commit Graph

5 Commits

Author SHA1 Message Date
Damien George
022d6a9798 py/parse2: Make pt_show function work. 2017-08-14 18:21:25 +10:00
Damien George
3417b28eaf py/{parse2,compile2}: Update to work with merged master, v1.9.
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-14 18:20:00 +10:00
Damien George
be2387885b py: Update compiler/parser to align with latest changes on master, v1.8. 2017-08-13 21:32:08 +10:00
Damien George
c23a2eabf5 update parser and compiler to align with latest master 2016-04-18 15:09:34 +01:00
Damien George
61398ab45a py: Implement parse bytecode. 2016-04-18 15:09:34 +01:00