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

Add docs for everything #11

Open
douglascamata opened this issue Feb 9, 2012 · 1 comment
Open

Add docs for everything #11

douglascamata opened this issue Feb 9, 2012 · 1 comment

Comments

@douglascamata
Copy link

Please, can you add some docs to the whole project? I want to use it along with grammar to build a compiler in my course at college and it's so hard to figure out how to do stuff without documentation.

@jvoorhis
Copy link
Owner

jvoorhis commented Feb 9, 2012

Contributions welcome!

My strategy, thus far, has been to provide a rubyish interface to the LLVM C api and appeal to the LLVM docs whenever possible. You can learn a lot from the excellent LLVM docs at http://llvm.org/releases/3.0/docs/index.html. If you build the YARD documentation, you can find a cross-reference for opcodes in the LLVM::Builder documentation, and for passes in the LLVM::PassManager documentation.

That said, I admit the project requires a lot of context before it's easy to use. I'm happy to answer questions on the Ruby-LLVM Google Group at http://groups.google.com/group/ruby-llvm.

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