Skip to content

Commit 9d1b80f

Browse files
authored
Update README.md
1 parent b59d1f7 commit 9d1b80f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/cppinterop.svg)](https://anaconda.org/conda-forge/cppinterop)
99
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/cppinterop/badges/downloads.svg)](https://github.com/conda-forge/cppinterop-feedstock)
1010

11-
CppInterOp exposes API from [Clang](http://clang.llvm.org/) and [LLVM](https://llvm.org) in a backward compatible way. The API support downstream tools that utilize interactive C++ by using the compiler as a service. That is, embed Clang and LLVM as a libraries in their codebases. The API are designed to be minimalistic and aid non-trivial tasks such as language interoperability on the fly. In such scenarios CppInterOp can be used to provide the necessary introspection information to the other side helping the language cross talk.
11+
CppInterOp exposes API from [Clang](http://clang.llvm.org/) and [LLVM](https://llvm.org) in a backward compatible way.
12+
The API support downstream tools that utilize interactive C++ by using the compiler as a service.
13+
That is, embed Clang and LLVM as a libraries in their codebases.
14+
The API are designed to be minimalistic and aid non-trivial tasks such as language interoperability on the fly.
15+
In such scenarios CppInterOp can be used to provide the necessary introspection information to the other side helping the language cross talk.
1216

13-
[Installation](#build-instructions-for-linux) | [Documentation](https://cppinterop.readthedocs.io/en/latest/index.html) | [CppInterOp API Documentation](https://cppinterop.readthedocs.io/en/latest/build/html/index.html)
17+
[Installation](#build-instructions-for-linux)
18+
19+
[Documentation](https://cppinterop.readthedocs.io/en/latest/index.html)
20+
21+
[CppInterOp API Documentation](https://cppinterop.readthedocs.io/en/latest/build/html/index.html)
1422

1523
## CppInterOp Introduction
1624

0 commit comments

Comments
 (0)