Mercurial > hg > Members > tobaru > cbc > CbC_llvm
annotate bindings/README.txt @ 30:1f391bea5bc8
devide a Create__CbC_env method in some small methods
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 08 Dec 2013 16:06:10 +0900 |
parents | 9ad51c7bc036 |
children |
rev | line source |
---|---|
3
9ad51c7bc036
1st commit. remove git dir and add all files.
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
1 This directory contains bindings for the LLVM compiler infrastructure to allow |
9ad51c7bc036
1st commit. remove git dir and add all files.
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
2 programs written in languages other than C or C++ to take advantage of the LLVM |
9ad51c7bc036
1st commit. remove git dir and add all files.
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
3 infrastructure--for instance, a self-hosted compiler front-end. |