TC-R Code to Write
- src/bind/tasks.*
As with TC-3, the
taskmust be implemented to start the renamer. You can see task documentation here: The src/task Directory.- src/bind/libbind.*
Implement the function that will run the renamer.
- src/bind/renamer.*
The purpose of the renamer is to rename the identifiers (
misc::symbol) so that they are all unique, to do this you need to implement theRenamervisitor.