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

Need a reference C parser #42

Open
2 tasks
willow-ahrens opened this issue Jan 22, 2024 · 2 comments
Open
2 tasks

Need a reference C parser #42

willow-ahrens opened this issue Jan 22, 2024 · 2 comments
Assignees
Milestone

Comments

@willow-ahrens
Copy link
Collaborator

willow-ahrens commented Jan 22, 2024

The C parser differes from the c++ parser because it uses runtime polymorphism and does not use templates. Since C is a static language, the format needs to be encoded dynamically.

Once we have a reference implementation done, we're thinking that we only need to do

  • GraphBlas
  • TACO
    as parser targets for 1.0

Eigen
Petsc
Cusparse
graphblas
julia
matlab

@willow-ahrens
Copy link
Collaborator Author

willow-ahrens commented Jan 22, 2024

Other targets mentioned include:
Eigen
Petsc
Cusparse
graphblas
julia
matlab

@willow-ahrens
Copy link
Collaborator Author

@willow-ahrens willow-ahrens added this to the 1.0 milestone Apr 18, 2024
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

2 participants