3 %%% Miscellaneous functionality
5 %%% (c) 2015 Straylight/Edgeware
8 %%%----- Licensing notice ---------------------------------------------------
10 %%% This file is part of the Sensible Object Design, an object system for C.
12 %%% SOD is free software; you can redistribute it and/or modify
13 %%% it under the terms of the GNU General Public License as published by
14 %%% the Free Software Foundation; either version 2 of the License, or
15 %%% (at your option) any later version.
17 %%% SOD is distributed in the hope that it will be useful,
18 %%% but WITHOUT ANY WARRANTY; without even the implied warranty of
19 %%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 %%% GNU General Public License for more details.
22 %%% You should have received a copy of the GNU General Public License
23 %%% along with SOD; if not, write to the Free Software Foundation,
24 %%% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26 \chapter{Miscellaneous functionality} \label{ch:misc}
28 %%%--------------------------------------------------------------------------
29 \section{Utilities} \label{sec:misc.utilities}
31 These symbols are defined in the @|sod-utilities| package.
34 {with-gensyms (@{ @<var> @! (@<var> @[@<name>@]) @}^*) \\ \ind
40 {once-only (@[[ :environment @<env> @]]
41 @{ @<var> @! (@<var> @[@<value-form>@]) @}^*) \\ \ind
47 {parse-body @<body> \&key :docp :declp
48 @> @<doc-string> @<declarations> @<body-forms>}
51 \begin{describe}{cls}{loc}
54 \begin{describe}{fun}{locp @<object> @> @<generalized-boolean>}
57 \begin{describe}{mac}{locf @<place> @> @<locative>}
61 {\dhead{fun}{ref @<locative> @> @<value>}
62 \dhead{fun}{setf (ref @<locative>) @<value>}}
67 @{ @<var> @! (@{ @<var> @!
68 (@<var> @[@<locative>@]) @}^*) @} \\ \ind
73 \begin{describe}{sym}{it}
76 \begin{describe}{mac}{aif @<condition> @<consequent> @[@<alt>@]}
79 \begin{describe}{mac}{aand @<form>^*}
82 \begin{describe}{mac}{awhen @<condition> @<form>^*}
85 \begin{describe}{mac}{acond @{ (@<condition> @<form>^*) @}^*}
90 {acase @<scrutinee> @{ (@{ @<case> @! (@<case>^*) @} @<form>^*) @}^*}
92 {aecase @<scrutinee> @{ (@{ @<case> @! (@<case>^*) @} @<form>^*) @}^*}
93 \dhead{mac}{atypecase @<scrutinee> @{ (@<type> @<form>^*) @}^*}
94 \dhead{mac}{aetypecase @<scrutinee> @{ (@<type> @<form>^*) @}^*}}
97 \begin{describe}{mac}{asetf @{ @<place> @<value> @}^*}
100 \begin{describe}{gf}{instance-initargs @<instance>}
104 {\dhead{fun}{copy-instance @<instance> \&rest @<initargs>}
105 \dhead{gf}{copy-instance-using-class @<class> @<instance>
110 {\dhead{gf}{generic-function-methods @<generic-function> @> @<list>}
111 \dhead{gf}{method-specializers @<method> @> @<list>}
112 \dhead{cls}{eql-specializer}
113 \dhead{gf}{eql-specializer-object @<specializer> @> @<value>}}
116 \begin{describe}{fun}{make-list-builder \&optional @<initial> @> @<builder>}
119 \begin{describe}{fun}{lbuild-add @<builder> @<item> @> @<builder>}
122 \begin{describe}{fun}{lbuild-add-list @<builder> @<list> @> @<builder>}
125 \begin{describe}{fun}{lbuild-list @<builder> @> @<list>}
128 \begin{describe}{fun}
129 {mappend @<function> @<list> \&rest @<more-lists> @> @<result-list>}
132 \begin{describe}{cls}{inconsistent-merge-error (error) \&key :candidates}
135 \begin{describe}{gf}{merge-error-candidates @<error> @> @<list>}
138 \begin{describe}{fun}
139 {merge-lists @<lists> \&key :pick (:test \#'eql) @> @<list>}
142 \begin{describe}{mac}
143 {categorize (\=@<item-var> @<items>
144 @[[ :bind (@{ @<var> @!
145 (@<var> @[@<value>@]) @}^*) @]])
147 (@{ (@<cat-var> @<cat-predicate>) @}^*) \-\\
153 \begin{describe}{fun}
154 {frob-identifier @<string> \&key :swap-case :swap-hyphen
155 @> @<frobbed-string>}
158 \begin{describe}{fun}{whitespace-char-p @<character> @> @<generic-function>}
161 \begin{describe}{fun}
162 {update-position @<character> @<line> @<column>
163 @> @<new-line> @<new-column>}
166 \begin{describe}{fun}
167 {backtrack-position @<character> @<line> @<column>
168 @> @<old-line> @<old-column>}
171 \begin{describe}{fun}
172 {compose @<function> \&rest @<more-functions> @> @<function>}
175 \begin{describe}{fun}{symbolicate \&rest @<symbols> @> @<symbol>}
178 \begin{describe}{mac}
179 {maybe-print-unreadable-object
182 :identity @<identity> @]]) \\ \ind
187 \begin{describe}{fun}{print-ugly-stuff @<stream> @<func> @> @<value>^*}
190 \begin{describe}{mac}
191 {dosequence (@<var> @<sequence>
192 @[[ :start @<start> @! :end @<end> @!
193 :indexvar @<var> @]]) \\ \ind
195 @{ @<tag> @! @<statement> @}^*}
198 \begin{describe}{mac}
199 {define-access-wrapper @<from> @<to>
200 @[[ :read-only @<read-only-flag> @]]}
203 \begin{describe}{mac}
204 {default-slot (@<instance> @<slot> @[@<slot-names>@]) \\ \ind
208 \begin{describe}{mac}
209 {define-on-demand-slot @<class> @<slot> (@<instance>) \\ \ind
210 @[[ @<declaration>^* @! @<doc-string> @]] \\
214 %%%--------------------------------------------------------------------------
215 \section{Condition utilities} \label{sec:misc.condition}
217 These symbols are defined in the @|sod-parser| package.
219 \begin{describe}{cls}{enclosing-condition (condition) \&key :condition}
223 {enclosed-condition @<enclosing-condition> @> @<condition>}
226 \begin{describe}{fun}{cerror* @<datum> \&rest @<arguments>}
229 %%%--------------------------------------------------------------------------
230 \section{Option parser} \label{sec:misc.optparse}
232 These symbols are defined in the @!optparse| package.
234 \begin{describe}{fun}{exit \&optional (@<code> 0) \&key :abrupt}
237 \begin{describe}{var}{*program-name*}
240 \begin{describe}{var}{*command-line*}
243 \begin{describe}{fun}{set-command-line-arguments}
246 \begin{describe}{fun}{moan @<format-string> \&rest @<format-args>}
249 \begin{describe}{fun}{die @<format-string> \&rest @<format-args>}
252 \begin{describe}{var}{*options*}
255 \begin{describe}{cls}{option}
258 \begin{describe}{fun}{optionp @<object> @> @<generalized-boolean>}
261 \begin{describe}{fun}
262 {make-option \=@<long-name> @<short-name> \+\\
263 \&optional @<arg-name> \\
264 \&key :tag :negated-tag
265 :arg-optional-p :documentation \-
270 {\dhead{fun}{opt-short-name @<option> @> @<character-or-null>}
271 \dhead{fun}{setf (opt-short-name @<option>) @<character-or-null>}
272 \dhead{fun}{opt-long-name @<option> @> @<string-or-null>}
273 \dhead{fun}{setf (opt-long-name @<option>) @<string-or-null>}
274 \dhead{fun}{opt-tag @<option> @> @<tag>}
275 \dhead{fun}{setf (opt-tag @<option>) @<tag>}
276 \dhead{fun}{opt-negated-tag @<option> @> @<tag>}
277 \dhead{fun}{setf (opt-negated-tag @<option>) @<tag>}
278 \dhead{fun}{opt-arg-name @<option> @> @<string-or-null>}
279 \dhead{fun}{setf (opt-arg-name @<option>) @<string-or-null>}
280 \dhead{fun}{opt-optional-p @<option> @> @<generalized-boolean>}
281 \dhead{fun}{setf (opt-optional-p @<option>) @<generalized-boolean>}
282 \dhead{fun}{opt-documentation @<option> @> @<string-or-null>}
283 \dhead{fun}{setf (opt-documentation @<option>) @<string-or-null>}}
286 \begin{describe}{cls}{option-parser}
289 \begin{describe}{fun}{option-parser-p @<object> @> @<generalized-boolean>}
292 \begin{describe}{fun}
293 {make-option-parser \&key \=:args :options :non-option :numericp \+ \\
294 :negated-numeric-p long-only-p \-
295 \nlret @<option-parser>}
299 {\dhead{fun}{op-options @<option-parser> @> @<list>}
300 \dhead{fun}{setf (op-options @<option-parser>) @<list>}
301 \dhead{fun}{op-non-option @<option-parser> @> @<action>}
302 \dhead{fun}{setf (op-non-option @<option-parser>) @<action>}
303 \dhead{fun}{op-long-only-p @<option-parser> @> @<generalized-boolean>}
304 \dhead{fun}{setf (op-long-only-p @<option-parser>) @<generalized-boolean>}
305 \dhead{fun}{op-numeric-p @<option-parser> @> @<generalized-boolean>}
306 \dhead{fun}{setf (op-numeric-p @<option-parser>) @<generalized-boolean>}
307 \dhead{fun}{op-negated-numeric-p @<option-parser> @<generalized-boolean>}
308 \dhead{fun}{setf (op-negated-numeric-p @<option-parser>) @<generalized-boolean>}
309 \dhead{fun}{op-negated-p @<option-parser> @> @<generalized-boolean>}
310 \dhead{fun}{setf (op-negated-p @<option-parser>) @<generalized-boolean>}}
313 \begin{describe}{cls}
314 {option-parse-error (error simple-condition)
315 \&key :format-control :format-arguments}
318 \begin{describe}{fun}{option-parse-remainder @<option-parser>}
321 \begin{describe}{fun}{option-parse-return @<tag> \&optional @<argument>}
324 \begin{describe}{fun}{option-parse-next @<option-parser>}
327 \begin{describe}{mac}{option-parse-try @<form>^*}
330 \begin{describe}{mac}{with-unix-error-reporting () @<form>^*}
333 \begin{describe}{mac}
334 {defopthandler @<name> (@<var> @[@<arg>@]) @<lambda-list> \\ \ind
335 @[[ @<declaration>^* @! @<doc-string> @]] \\
339 \begin{describe}{fun}
340 {invoke-option-handler @<handler> @<locative> @<arg> @<arguments>}
343 \begin{describe}{opt}{set \&optional @<value>}
346 \begin{describe}{opt}{clear \&optional @<value>}
349 \begin{describe}{opt}{inc \&optional @<maximum> @<step>}
352 \begin{describe}{opt}{dec \&optional <minimum> <step>}
355 \begin{describe}{opt}{read}
358 \begin{describe}{opt}{int \&key :radix :min :max}
361 \begin{describe}{opt}{string}
364 \begin{describe}{opt}{keyword \&optional @<valid>}
367 \begin{describe}{opt}{list \&optional @<handler> \&rest @<handler-args>}
370 \begin{describe}{mac}
371 {defoptmacro @<name> @<lambda-list> \\ \ind
372 @[[ @<declaration>^* @! @<doc-string> @]] \\
376 \begin{describe}{fun}{parse-option-form @<form>}
379 \begin{describe}{mac}
380 {options @{ \=@<string> @! \+ \\
381 @<option-macro> @! (@<option-macro> @<macro-arg>^*) @! \\
382 (@[[ \=@<character> @! (:short-name @<character>) @! \+ \\
383 @<string>^* @! @<symbol> @! @<rational> @!
384 (:long-name @<string>) @! \\
385 (@<string> @<format-arg>^+) @!
386 (:doc @<string> @<format-arg>^*) @! \\
387 (:arg @<arg-name>) @! (:opt-arg @<arg-name>) @! \\
388 @<keyword> @! (:tag @<tag>) @!
389 (:negated-tag @<tag>) @! \\
390 @{ (@<handler> @<var> @<handler-arg>^*) @}^*
394 \begin{describe}{fun}
395 {simple-usage @<option-list> \&optional @<mandatory-args> @> @<list>}
398 \begin{describe}{fun}{show-usage @<prog> @<usage> \&optional @<stream>}
401 \begin{describe}{fun}
402 {show-help @<prog> @<usage> @<option-list> \&optional @<stream>}
405 \begin{describe}{fun}{sanity-check-option-list @<option-list>}
410 \dhead{var}{*version*}
411 \dhead{var}{*usage*}}
414 \begin{describe}{fun}{do-usage \&optional @<stream>}
417 \begin{describe}{fun}{die-usage}
420 \begin{describe}{optmac}
421 {help-options \&key :short-help :short-version :short-usage}
424 \begin{describe}{fun}
425 {define-program \&key \=:program-name \+ \\
426 :help :version :usage :full-usage \\
430 \begin{describe}{mac}
431 {do-options (@[[ :parser @<option-parser> @]]) \\ \ind
432 @{ (@{ @<case> @! (@<case>^*)@} (@[@[@<opt-var>@] @<arg-var>@])
436 %%%--------------------------------------------------------------------------
437 \section{Property sets} \label{sec:misc.pset}
439 \begin{describe}{fun}{property-key @<name> @> @<keyword>}
442 \begin{describe}{gf}{decode-property @<raw-value> @> @<type> @<value>}
445 \begin{describe}{cls}{property}
448 \begin{describe}{fun}{propertyp @<object> @> @<generalized-boolean>}
451 \begin{describe}{fun}
452 {make-property @<name> @<raw-value> \&key :type :location :seenp}
456 {\dhead{fun}{p-name @<property> @> @<name>}
457 \dhead{fun}{p-value @<property> @> @<value>}
458 \dhead{fun}{p-type @<property> @> @<type>}
459 \dhead{fun}{p-key @<property> @> @<symbol>}
460 \dhead{fun}{p-seenp @<property> @> @<boolean>}
461 \dhead{fun}{setf (p-seenp @<property>) @<boolean>}}
464 \begin{describe}{gf}{decode-property @<raw-value> @> @<type> @<value>}
468 {coerce-property-value @<value> @<type> @<wanted> @> @<coerced-value>}
471 \begin{describe}{cls}{pset}
474 \begin{describe}{fun}{psetp @<object> @> @<generalized-boolean>}
477 \begin{describe}{fun}{make-pset @> @<pset>}
480 \begin{describe}{fun}{pset-get @<pset> @<key> @> @<property-or-nil>}
483 \begin{describe}{fun}{pset-store @<pset> @<property> @> @<property>}
486 \begin{describe}{fun}{pset-map @<func> @<pset>}
489 \begin{describe}{mac}
490 {with-pset-iterator (@<iter> @<pset>) @<declaration>^* @<form>^*}
493 \begin{describe}{fun}
494 {store-property @<pset> @<name> @<value> \&key :type :location
498 \begin{describe}{fun}
499 {get-property @<pset> @<name> @<type> \&optional @<default>
500 @> @<value> @<floc-or-nil>}
503 \begin{describe}{fun}
504 {add-property @<pset> @<name> @<value> \&key :type :location
508 \begin{describe}{fun}{make-property-set \&rest @<plist> @> @<pset>}
511 \begin{describe}{gf}{property-set @<thing> @> @<pset>}
514 \begin{describe}{fun}{check-unused-properties @<pset>}
517 \begin{describe}{mac}
518 {default-slot-from-property
519 (@<instance> @<slot> @[@<slot-names>@]) \\ \ind\ind
520 (@<pset> @<property> @<type> @[@<prop-var> @<convert-form>^*@]) \- \\
525 \begin{describe}{fun}
526 {parse-property @<scanner> @<pset>
527 @> @<result> @<success-flag> @<consumed-flag>}
530 \begin{describe}{fun}
531 {parse-property-set @<scanner>
532 @> @<result> @<success-flag> @<consumed-flag>}
535 %%%--------------------------------------------------------------------------
536 \section{Miscellaneous translator features} \label{sec:misc.pset}
538 \begin{describe}{var}{*sod-version*}
541 \begin{describe}{var}{*debugout-pathname*}
544 \begin{describe}{fun}{test-module @<path> @<reason>}
547 \begin{describe}{fun}
548 {test-parse-c-type @<string>
549 @> t @<c-type> @<kernel> @<string> @! nil @<indicator>}
552 \begin{describe}{mac}
553 {test-parser (@<scanner> \&key :backtrace) @<parser> @<input>
554 @> @<result> @<status> @<remainder>}
557 \begin{describe}{fun}{exercise}
560 \begin{describe}{fun}{sod-frontend:main}
563 %%%----- That's all, folks --------------------------------------------------
567 %%% TeX-master: "sod.tex"