Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hankhsu1996/lsp-server-cpp-lib
Language Server Modern C++ Library
https://github.com/hankhsu1996/lsp-server-cpp-lib
Last synced: about 16 hours ago
JSON representation
Language Server Modern C++ Library
- Host: GitHub
- URL: https://github.com/hankhsu1996/lsp-server-cpp-lib
- Owner: hankhsu1996
- License: mit
- Created: 2024-08-16T23:37:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T05:10:02.000Z (3 months ago)
- Last Synced: 2024-08-19T18:47:31.716Z (3 months ago)
- Language: C++
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Language Server Modern C++ Library
A language-agnostic, modern C++20 library designed to implement language servers.
## Features
- **Language-Agnostic**: Can be used to create language servers for any programming language.
- **Modern C++20**: Utilizes the latest features of C++20 for efficient and clean code.## Getting Started
This project is in its preliminary stages. More information and detailed documentation will be provided as the project progresses.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.