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

main.go: Rename Meta* objects (types, funcs and vars) to IR or MIR names #92

Open
DQNEO opened this issue Jul 18, 2023 · 1 comment
Open

Comments

@DQNEO
Copy link
Owner

DQNEO commented Jul 18, 2023

I named middle layer objects "Meta" because originally they were additional information to AST objects, but over time they grew bigger and now they are not only "additional" stuff. Actually they are main objects that the code generator is directly dealing with.

New names can be "IRXxx" or "MIRXxxx"

@DQNEO
Copy link
Owner Author

DQNEO commented Jul 18, 2023

This kind of massive renaming would cause a large amount of conflicts, so we should take care of other big ongoing
branches.

@DQNEO DQNEO changed the title Rename Meta* types and funcs to IR or MIR names Rename Meta* objects (types, funcs and vars) to IR or MIR names Jul 18, 2023
@DQNEO DQNEO changed the title Rename Meta* objects (types, funcs and vars) to IR or MIR names main.go: Rename Meta* objects (types, funcs and vars) to IR or MIR names Jul 18, 2023
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