diff --git a/ase/doc/lsp.man b/ase/doc/lsp.man new file mode 100644 index 00000000..7487321b --- /dev/null +++ b/ase/doc/lsp.man @@ -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 +]]]