mirror of
https://github.com/lloeki/cblocks-clobj.git
synced 2025-12-06 10:44:40 +01:00
readme
This commit is contained in:
parent
39a4156086
commit
fd7c38d16b
1 changed files with 22 additions and 0 deletions
22
README.mdown
Normal file
22
README.mdown
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
# C Blocks Closure-Objects
|
||||||
|
|
||||||
|
Fooling around with Blocks in C to create pseudo-classes and -instances.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
make
|
||||||
|
./main
|
||||||
|
|
||||||
|
Optionnally:
|
||||||
|
|
||||||
|
CC=clang make
|
||||||
|
|
||||||
|
But mainly, read the source.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
A compiler that supports C blocks, like clang (whatever the plaform) or GCC with Apple's block patches.
|
||||||
|
|
||||||
|
## Wishes
|
||||||
|
|
||||||
|
I wish C11 had blocks as standard, and GCC get on board, and the FSF and Apple stop fighting over copyright assignment blocking an otherwise fine patch merge.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue