https://github.com/sdtelectronics/cline
cppcli.net - The C++ interpreter online
https://github.com/sdtelectronics/cline
cpp interpreter repl
Last synced: 6 months ago
JSON representation
cppcli.net - The C++ interpreter online
- Host: GitHub
- URL: https://github.com/sdtelectronics/cline
- Owner: SdtElectronics
- Created: 2022-12-28T16:25:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T01:53:35.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T09:39:02.634Z (12 months ago)
- Topics: cpp, interpreter, repl
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cline
**cline** - the C++ interpreter online
Public service hosted at **[cppcli.net](https://cppcli.net)**
## Status
Public service is under testing.
The procedure to build and deploy this service is involved. We are working on the containerization of this project to facilitate self-hosting.
## Get involved
Submit an issue for feature request / bug report.
Pull requests are welcomed.
Please note that interpreter-internal issues are not handled here. They should be submitted to the [CERN Root](https://root.cern/) team / the [cling](https://root.cern/cling/) project.
## Credits
* Backend is wrapped around the C++ interpreter [cling](https://root.cern/cling/) .
* Web service is powered by a [modified version](https://github.com/SdtElectronics/websocketd-AF_UNIX) of [websocketd](https://github.com/joewalnes/websocketd).
## License
All source in [cline](./cline) is under the [LGPL](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html) license unless otherwise stated.
All source in [www](./www) is under the [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause) license unless otherwise stated.