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

new compiler #31

Closed
Die4Ever opened this issue Sep 2, 2020 · 0 comments
Closed

new compiler #31

Die4Ever opened this issue Sep 2, 2020 · 0 comments

Comments

@Die4Ever
Copy link
Owner

Die4Ever commented Sep 2, 2020

would use it like

class DXRScopeView injects DeusExScopeView;

this would rename the original DeusExScopeView to DeusExScopeViewBase1 or something like that, and DXRScopeView would be renamed to DeusExScopeView, and the injects DeusExScopeView would be replaced with extends DeusExScopeViewBase1

this could also support multiple new classes injecting into the same class so you would end up with DeusExScopeViewBase2 and stuff

could also tell the compiler to overwrite default values like

compiler.py -defaults DXRBase.runtests=1

I can run tests from the compiler like ucc Core.HelloWorld

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