*** empty log message ***

This commit is contained in:
hyung-hwan 2007-02-11 14:50:24 +00:00
parent 5c871e4fe9
commit 52963012bf

22
ase/doc/lsp.man Normal file
View File

@ -0,0 +1,22 @@
== ASELSP ==
ASELSP is an implementation of a lisp-like language for embedding purposes.
== Types ==
[[[
* ase_lsp_t
* ase_lsp_io_t
* ase_lsp_obj_t
]]]
=== Functions ==
[[[
* ase_lsp_open
* ase_lsp_close
* ase_lsp_read
* ase_lsp_eval
* ase_lsp_print
]]]