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

Compiler CLI #8

Open
3 tasks
julian-hartl opened this issue Nov 15, 2023 · 0 comments
Open
3 tasks

Compiler CLI #8

julian-hartl opened this issue Nov 15, 2023 · 0 comments
Milestone

Comments

@julian-hartl
Copy link
Owner

Detailed title

Motivation

To make it easier to compile a fusion program, we should think about building a cli that interacts with our compiler.
Possibly included features:

  • Compile a fusion program from a file
  • Transpile to C

Necessary Steps

  • Move compiler to a crate and polish public interface
  • Implement reading from a file instead of hardcoding input in compiler binary
  • Create cli that transforms input into calls to the compiler api and outputs results

Possible Challenges

  • Exposing the correct functionality in the compiler api
@julian-hartl julian-hartl added this to the Alpha milestone Nov 15, 2023
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