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
output =with-output-to-string (`(*standard-output*), //; To preserve parens, I used Lisp escape
format(t, "Found '~C' starting at '~A'", target, result));
I think it should be possible to specify either manual or semi-automatic translations for macros which have a &BODY parameter, such as WITH-OPEN-FILE. A &BODY parameter is equivalent to a logical block that could be enclosed within a C-style block.
The README mentions:
with-c-syntax/test/libc_string.lisp
Lines 143 to 144 in e3e9ae2
I think it should be possible to specify either manual or semi-automatic translations for macros which have a
&BODY
parameter, such asWITH-OPEN-FILE
. A&BODY
parameter is equivalent to a logical block that could be enclosed within a C-style block.For example, the above macro could be written as:
The text was updated successfully, but these errors were encountered: