I’m reading Tools Part in erlang doc
I can’t image when to use Syntax_Tools
Maybe I will not using it in my work, but I want to figure it out ![]()
1 Like
When ever you want to generate erlang modules, or augment existing ones syntax_tools are there to help you.
2 Likes