https://github.com/joshuawills/xpp
X++ Programming Language
https://github.com/joshuawills/xpp
compiler cpp llvm
Last synced: 27 days ago
JSON representation
X++ Programming Language
- Host: GitHub
- URL: https://github.com/joshuawills/xpp
- Owner: joshuawills
- Created: 2025-07-29T09:55:44.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-28T12:40:30.000Z (11 months ago)
- Last Synced: 2025-08-28T14:56:41.923Z (11 months ago)
- Topics: compiler, cpp, llvm
- Language: C++
- Homepage: https://x-compiler.com/
- Size: 3.66 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# X++ Programming Language
This is a systems programming language designed for performance and safety. It is built off the
now-legacy [X Programming Language](https://github.com/joshuawills/X-Compiler) but built directly
with C++ to better leverage LLVM.
The language is a mix of C and Rust syntax, taking features I like from both.
Visit [this website](https://x-compiler.com/) to learn the language syntax and install it on your machine