Azer0s / HadesLang

The Hades Programming Language
https://hadeslang.gitbook.io/doc
MIT License
36 stars 2 forks source link

Add recursion #27

Closed Azer0s closed 7 years ago

Azer0s commented 7 years ago

Idea: Add counter for every function Dictionary<string(funcitonname), int (how many times it was accessed)> Add number of counter to the access -> $"{FAccess}@{group[1]}{counter[group[1]]}"

Solution: Guid for each function call