Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better name matching #55

Open
5 tasks
L3tum opened this issue May 21, 2020 · 0 comments
Open
5 tasks

Better name matching #55

L3tum opened this issue May 21, 2020 · 0 comments

Comments

@L3tum
Copy link
Owner

L3tum commented May 21, 2020

This wasn't done before because of performance concerns, but it's Python so it's gonna suck anways.

  • Mangle names
  • Every Functiona and Struct has a "canonical name"
  • This name is checked instead of the mangled name
  • Following that the arguments (in case of functions) is checked whether they match up
  • Everything else still applies (no function -> error, multiple functions -> error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant