Merge: astbuilder: Introduction of new construction services
authorJean Privat <jean@pryen.org>
Wed, 20 May 2020 15:00:56 +0000 (11:00 -0400)
committerJean Privat <jean@pryen.org>
Wed, 20 May 2020 15:00:56 +0000 (11:00 -0400)
Add two new services in the astbuilder module:
- Add a way in ModelBuilder to create AST and module entity at same time (`create_method`, `create_class`, `create_attribute`).

- Add a new property in MEntity `create_ast_representation` to return a ast representation of `self`.

Pull-Request: #2815
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge