An open API service indexing awesome lists of open source software.

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

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