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

Enhance the API for Phoron #5

Open
timmyjose opened this issue Mar 19, 2023 · 1 comment
Open

Enhance the API for Phoron #5

timmyjose opened this issue Mar 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@timmyjose
Copy link
Member

Currently, running Phoron in executable (assembler) mode works well. However, the API integration (for higher-level programs which would like to use Phoron's services) could definitely be improved:

  • allowing SourceFile to be generated from non file system based source files (say, from a string).
  • streamlining error types and handling at the API level.

The planned approach is to dogfoodPhoron as part of Oyi development, allowing better real-world use-case driven improvements (in addition to the points observed above).

@timmyjose timmyjose added the enhancement New feature or request label Mar 19, 2023
@timmyjose timmyjose added this to the 1.1.0 milestone Mar 19, 2023
@timmyjose timmyjose self-assigned this Mar 19, 2023
@timmyjose
Copy link
Member Author

Some helpful reference material pointed out on /r/rust - https://docs.rs/cranelift-frontend/0.94.0/cranelift_frontend/index.html

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