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

Make Akilang self-hosting #1

Open
syegulalp opened this issue May 16, 2018 · 4 comments
Open

Make Akilang self-hosting #1

syegulalp opened this issue May 16, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@syegulalp
Copy link
Owner

If you're going to dream, dream big.

@syegulalp syegulalp self-assigned this May 16, 2018
@syegulalp syegulalp added the enhancement New feature or request label May 16, 2018
@syegulalp syegulalp added this to the 1.0 milestone May 16, 2018
@Aareon
Copy link
Contributor

Aareon commented Apr 16, 2019

By this I am assuming you will also implement an LL IR compiler in Aki as well?

@syegulalp
Copy link
Owner Author

That's a longer shot than I originally imagined! My not-so-impossible idea is to take the existing llvmlite binaries, which I depend on anyway, and have the Aki-implemented compiler use that for codegen -- essentially, replace the Python code with Aki code as completely as possible.

@Aareon
Copy link
Contributor

Aareon commented Apr 20, 2019

I would suggest studying the LL IR that is currently being emitted and do your best to write an emitter that emits the same, or better, IR in Aki.

@syegulalp
Copy link
Owner Author

Yes, it would basically be the llvmlite library by way of Aki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants