Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnimuc/clangrepl.jl
A C/C++ mode for the Julia REPL
https://github.com/gnimuc/clangrepl.jl
Last synced: 18 days ago
JSON representation
A C/C++ mode for the Julia REPL
- Host: GitHub
- URL: https://github.com/gnimuc/clangrepl.jl
- Owner: Gnimuc
- License: mit
- Created: 2024-05-27T13:36:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T11:40:14.000Z (5 months ago)
- Last Synced: 2024-10-12T10:24:23.448Z (27 days ago)
- Language: Julia
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClangREPL
[![Build Status](https://github.com/Gnimuc/ClangREPL.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Gnimuc/ClangREPL.jl/actions/workflows/CI.yml?query=branch%3Amain)
This package provides a REPL mode to evaluate C/C++ code in the Julia REPL.
This is a tool for playing with pure C/C++ stuff and does not provide any interoperability between Julia and C/C++.
## Installation
```julia-repl
pkg> dev https://github.com/Gnimuc/ClangREPL.jl.git
```Press , to ...
![](./screenshot.jpeg)
## Credits
Inspiration drawn from [Pkg.jl](https://github.com/JuliaLang/Pkg.jl) and [LispREPL.jl](https://github.com/swadey/LispREPL.jl).