Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-12-26 | Support templating for every type implementing Display | Dirkjan Ochtman | 1 | -3/+4 |
2016-12-24 | Add some helper methods to Generator impl | Dirkjan Ochtman | 1 | -11/+40 |
2016-12-24 | Make code generator impl more extensible | Dirkjan Ochtman | 1 | -16/+42 |
2016-12-24 | Introduce code generator impl | Dirkjan Ochtman | 1 | -13/+29 |
2016-12-24 | Return AST nodes from parser | Dirkjan Ochtman | 2 | -18/+25 |
2016-12-24 | Move impl code generator into separate module | Dirkjan Ochtman | 2 | -21/+25 |
2016-12-24 | Move template parser into separate module | Dirkjan Ochtman | 2 | -31/+36 |
2016-12-24 | Implement very basic template parser | Dirkjan Ochtman | 1 | -8/+46 |
2016-12-23 | Get template from Cargo manifest-relative source | Dirkjan Ochtman | 1 | -2/+7 |
2016-12-22 | Attempt at grabbing template source from file | Dirkjan Ochtman | 2 | -1/+44 |