Simple and configurable SIMD pre-processor, with a throughput of up to 3 GiB/s
' ' (0x20)
and '\t' (0x09)
!a == a!
and !(a && b) == (a && b)!
b && a c! ||
is parsed as (b || (a && !(c)))
```c //#if MY_MACRO // this directive is commented out
// your code here #endif // doesn't care about white spaces as long the '#' is the frist char in the line ```
```c // invalid multiline comments /*#if MY_MACRO // won't be treated as a directive and won't be able to output the right code // your code here
// valid multiline comments styles /*
// your code here
/*
// your code here
*/ ```