Bladeren bron
Modernize the mapping of function name to function code by using a dictionary. Function names are still listed the same amount of times (so only once unless code is shared) but it no longer requires a ton of else ifs (nor a ton of ROPS procs) and should also be a lot faster. Kept the categories even though they don't have an impact anymore except to keep things organized a bit more.