m-m-m / code

Library to parse, analyze, transform and generate code
Apache License 2.0
2 stars 3 forks source link

ability to visit AST #17

Closed hohwille closed 5 years ago

hohwille commented 5 years ago

As discussed in #10 we should provide a visitor approach that allows to visit the AST recursively (without causing infinity loops).

hohwille commented 5 years ago

Done.