-
Notifications
You must be signed in to change notification settings - Fork 42
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
Migrate FileIdGenerator to separate file + refactorings to IR #703
Conversation
Move another module to the expansion library
Support speculative unsafe commands (like break and continue)
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
[Renewed] Refactor preprocessor architecture to enhance extensibility
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
Signed-off-by: Forthoney <[email protected]>
OS:ubuntu-20.04 |
ir.py
was a massive file that was impossible to dig through, and this PR aims to resolve that somewhat. Large parts of IR have been refactored (resolved some TODO items, added better type hinting)