Skip to content
Snippets Groups Projects
Commit b245879d authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Have a dedicated visitor for lambda generation from driver

So far, we used a global context to tell the normal visitor,
that it is generating for driver code. This was feasible, as
we only had one differing implementation. With more differences,
it is better style to derive from the visitor and implement
the differences there.
parent 25ccefa8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment