Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"!
- Host: GitHub
- URL: https://github.com/saffahyjp/crabpp
- Owner: saffahyjp
- License: mit
- Created: 2024-02-24T15:13:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T15:44:07.000Z (11 months ago)
- Last Synced: 2024-08-02T01:23:41.581Z (6 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`