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

Code Generator Intermediate Format #62

Merged
merged 8 commits into from Jan 31, 2016

Conversation

sschmid
Copy link
Owner

@sschmid sschmid commented Jan 28, 2016

I will decouple the code generation logic from the source interpretation. This way we can reuse the code generation part and provide different ICodeGeneratorDataProvider to easily move away from the reflection based analysis to e.g. a roslyn based (or anything else basically).
This can be achieved by introducing an intermediate step which creates ComponentInfo which is used by the code generator.

@sschmid sschmid merged commit 9ed7f0e into develop Jan 31, 2016
@sschmid sschmid deleted the feature/code-generator-intermediate-format branch February 3, 2016 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant