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

Feature: Compiler binary self-hosting #9

Closed
3 tasks done
mmastrac opened this issue Jun 28, 2021 · 1 comment
Closed
3 tasks done

Feature: Compiler binary self-hosting #9

mmastrac opened this issue Jun 28, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@mmastrac
Copy link
Owner

mmastrac commented Jun 28, 2021

The compiler main is currently written in C, but we could provide the appropriate bindings to open, read, and write files, compile IDL and scripts, etc so that the compiler binary could be self-hosted.

This may require implementation of some other features (ie: stringify/hexify probably require #6). The self-hosting portion of the makefile may also require some improvement as getting stuck in a self-hosting loop might be more painful.

  • Implement stringify
  • Implement idl
  • Implement run
@mmastrac mmastrac added the enhancement New feature or request label Jun 28, 2021
@mmastrac mmastrac added this to the Kalos 0.9 milestone Jul 15, 2021
@mmastrac
Copy link
Owner Author

Completed

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

1 participant