mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 20:42:03 -08:00
texinfo: Port System construction from the old doc
This commit is contained in:
parent
a32000612a
commit
a9bdc7427c
2 changed files with 19 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
* Streams::
|
||||
* Printer::
|
||||
* Reader::
|
||||
@c * System construction::
|
||||
* System construction::
|
||||
@c * Environment::
|
||||
@c * Glossary::
|
||||
@end menu
|
||||
|
|
@ -87,8 +87,8 @@
|
|||
@include standards/reader.txi
|
||||
@c @c #$ - random state
|
||||
|
||||
@c @node System construction
|
||||
@c @section System construction
|
||||
@include standards/sys-constr.txi
|
||||
|
||||
@c ext:*load-hooks*, si::*load-search-list* variable:
|
||||
|
||||
@c EXT:*LOAD-HOOKS* is an assoc array of form ((TYPE . LOAD-FUNCTION)),
|
||||
|
|
|
|||
16
src/doc/new-doc/standards/sys-constr.txi
Normal file
16
src/doc/new-doc/standards/sys-constr.txi
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@node System construction
|
||||
@section System construction
|
||||
|
||||
@subsection C Reference
|
||||
|
||||
@subsubsection ANSI Dictionary
|
||||
@subsubheading Synopsis
|
||||
|
||||
@multitable @columnfractions .3 .7
|
||||
@headitem Lisp symbol @tab C function
|
||||
@item @clhs{f_cmp_fi.htm,compile-file} @tab [Only in Common Lisp]
|
||||
@item @clhs{f_cmp__1.htm,compile-file-pathname} @tab [Only in Common Lisp]
|
||||
@item @clhs{f_load.htm,load} @tab cl_object cl_load()
|
||||
@item @clhs{f_provid.htm,provide} @tab cl_object cl_provide(cl_object module_name)
|
||||
@item @clhs{f_provid.htm,require} @tab cl_object cl_require(cl_narg narg, cl_object module_name, ...)
|
||||
@end multitable
|
||||
Loading…
Add table
Add a link
Reference in a new issue