You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you can use ifdef inside C structs and unions.
Added include inside C structs, to include other struct fields (useful for composition and avoiding an explicit indirection).
Added Char#in_set?, String#count, String#delete and String#squeeze (thanks @jhass!)
Added -D flag option to the compiler to set compile-time flags to use in ifdef.
More support for forward declarations inside C libs.
Rewritten some Function primitives in Crystal itself, and added methods for obtaining the pointer and closure data, as well as for recreating a function from these.