crisp-macro 0.0.6

A proc macro for the lisp-like programming language Crisp which (one day!) integrates seamlessly with C/C++ and Rust libraries.
Documentation

Crisp Macro

Crates.io Docs.rs Rust License: MIT Support on Ko-fi

What is this?

Crisp - C/C++ and Rust Interoperable S-expression Parsing - is my exploration of lisp-like programming languages with the goal of eventually building a fun and hopefully useful tool for people who enjoy functional programming.

Crisp Macro is a procedural macro for writing inline Crisp. Making Rust crispier one ! at a time