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

refactor codegen file to use template2ast #39

Open
vshesh opened this issue Apr 9, 2017 · 0 comments
Open

refactor codegen file to use template2ast #39

vshesh opened this issue Apr 9, 2017 · 0 comments

Comments

@vshesh
Copy link
Owner

vshesh commented Apr 9, 2017

Shouldn't be dealing with the same if cases in every spot. Rather, since template2ast is a standard ast, I can operate directly on that.

The bad thing about this is that I've now made it into an ast, which i didn't want to do initially. But I'd much rather have one place where I change what the representation of the elements looks like rather than having to do it for every language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant