Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saffahyjp/crabpp

crabpp: writing C++ like a "crab"!
https://github.com/saffahyjp/crabpp

Last synced: 2 months ago
JSON representation

crabpp: writing C++ like a "crab"!

Awesome Lists containing this project

README

        

# crabpp

crabpp: writing C++ like a "crab"!

**This project is currently not in a stable state. The functionality (especially the grammar) is subject to change.**

## Usage

This project is header-only. Simply `#include "crabpp.hpp"`. Any C++ compiler supporting C++23 standard should work.

## Features

### Variable Declarations

`let`, `let_mut`, `ref`, `ref_mut`

### Functions

`fn`

### Ranges and Pipes

`range`