https://github.com/joseluisq/clang-samples
Some code examples to playaround with CLang and reusing its code from other languages.
https://github.com/joseluisq/clang-samples
clang cpp gcc
Last synced: 2 months ago
JSON representation
Some code examples to playaround with CLang and reusing its code from other languages.
- Host: GitHub
- URL: https://github.com/joseluisq/clang-samples
- Owner: joseluisq
- Created: 2016-04-01T02:49:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T11:42:33.000Z (about 6 years ago)
- Last Synced: 2025-10-08T18:44:26.516Z (9 months ago)
- Topics: clang, cpp, gcc
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLang Code Examples
> Some code examples to playaround with [CLang](https://en.wikipedia.org/wiki/C_(programming_language)) and reusing its code from other languages.
## Usage
```sh
make clang-run
make cpp-run
```