*** empty log message ***

This commit is contained in:
hyung-hwan 2007-03-19 05:55:25 +00:00
parent 3ee6b34739
commit 9fb8857740
4 changed files with 4 additions and 26 deletions

View File

@ -20,8 +20,8 @@ ase-0.1.0.tgz
[[[
* {Quickstart,quickstart-en.html}
* {AWK Embedder guide,awk-en.html}
* {LISP Embedder guide,lsp-en.html}
* {AWK Embedder's guide,awk-en.html}
* {LISP Embedder's guide,lsp-en.html}
* {Frequently Asked Questions,faq-en.html}
]]]

View File

@ -1,5 +1,5 @@
== ASELSP ==
= ASELSP =
ASELSP is an implementation of a lisp-like language for embedding purposes.

View File

@ -1,22 +0,0 @@
== 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
]]]

View File

@ -1,6 +1,6 @@
.title ASE Quick Start Guide
= ASE Quck Start Guide =
= ASE Quick Start Guide =
The first step in using this library is to build it as the pre-compiled binary is not available at this moment. This document shows how to build the core library on various operating systems.