libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
capture.h
Go to the documentation of this file.
1
35#include "def.h"
36
40#define $(__name) auto_t __name = ___932c5c2575d24f64ece6
41#define in ;
42
46#define $run(capture, value) \
47 do { \
48 auto_t ___932c5c2575d24f64ece6 = (value); \
49 { capture } \
50 } while (0)
Base definitions.