cl-autowrap
cl-autowrap copied to clipboard
Spec processing (shaking)
Intermediate step introduced during spec generation - spec processing. Spec processor takes raw output from c2ffi and transforms it into final spec. See spec-processor argument to #'run-c2ffi
Filters included names at the spec level, hence name filtering at #'read-parse-formsis disabled when :filter-spec-p for c-include is set to true.
Added :local-os option into this PR. Allows to force specific os into triplet. This is to resolve -msvc vs -gnu environment we discussed today.
I don't plan to maintain this PR any further. Feel free to close it.