	             lmin - small embeddable LISP
		       version 1.00 of 02Sep2026

lmin is a small LISP implementation intended to be embeddable
as an extension language in other projects. It is inspired and strongly
influenced by Robert van Engelen's tinylisp:
    https://github.com/Robert-van-Engelen/tinylisp

See the manual entry for more details.

Files in this distribution:

    README		this
    Makefile		guess
    lmin.c		source file for REPL
    lmin.1		manual entry for REPL
    liblmin.c		source file for library
    liblmin.h		include file for library
    liblmin.3		manual entry for library
    version.h		version defines
    leakfinder.[hc]	memory leak detector
    txt_to_h		script to convert text to .h
    builtins.lisp	some add-ons from Common Lisp and elsewhere
    test.lisp		test the system
    lminsh		little script wrapper to run LISP scripts
    lminsh.1		manual entry for lminsh
    examples/		some sample code

To build: just do a make. If there are problems, edit the Makefile
and make adjustments, then try again. lmin is written in ANSI C, a.k.a.
C89. It should build cleanly on any Unix system that has a C compiler.
If it doesn't, I want to hear about it!

Feedback is welcome - send bug reports, enhancements, checks, money
orders, etc. to the addresses below.

    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
