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

Documentation? #31

Open
egonSchiele opened this issue Mar 5, 2012 · 2 comments
Open

Documentation? #31

egonSchiele opened this issue Mar 5, 2012 · 2 comments

Comments

@egonSchiele
Copy link

What are the plans for documenting this library? It's not easy to grok by just reading through the comments alone. Following something like this guide, it's hard for me to understand what the translation to these bindings would be. It would be great to have a quickstart tutorial that's a little more expansive than augustss's blog post, and maybe something that explains the new types that are introduced in the code.

@Ralith
Copy link
Collaborator

Ralith commented Sep 21, 2012

The high level bindings here aren't entirely appropriate for dynamic code generation such as demonstrated in the official LLVM tutorials. See my pull request for a direct interface to the C API, which permits that and maps much more closely to the official LLVM documentation and tutorials.

@Ralith
Copy link
Collaborator

Ralith commented Jun 10, 2013

The C API wrapper is now available in the current release, along with a more haskelly interface that still follows the C API's contours in LLVM.ST.

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