Merge: Introduce model_visitor
authorJean Privat <jean@pryen.org>
Thu, 22 Oct 2015 00:45:37 +0000 (20:45 -0400)
committerJean Privat <jean@pryen.org>
Thu, 22 Oct 2015 00:45:37 +0000 (20:45 -0400)
commit3c2c00e578b774761d4d9bd8fdc697d93341d378
treed55cabd421d0208d72b4e591a138cacabe8e9457
parent48c4d5d69f9bd775d03ff997b3cb351062121e18
parentec1c50d0f2ce2549a3a84efb3fd8d42237b0b720
Merge: Introduce model_visitor

As requested, this is a basic visitor framework on models.
Services names are inspired from those in the AST visitor.

Fell free to comment the API or suggest ideas.

Pull-Request: #1776
Reviewed-by: Romain Chanoir <romain.chanoir@viacesi.fr>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>