edryd.org

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 1407e7488d122a0e22468ded244243206f85af9c
parent 2d9fd51e8209bfbf27f2bff257e322f41fb210d9
Author: Ed van Bruggen <ed@edryd.org>
Date:   Sun,  4 Mar 2018 01:28:43 -0800

Add tisp project

Diffstat:
_data/projects.yml | 2++
projects/tisp.md | 38++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/_data/projects.yml b/_data/projects.yml @@ -6,6 +6,8 @@ main: - name: 's' desc: 'command line interpreter' link: 'https://github.com/rain-1/s' + - name: 'tisp' + desc: 'tiny lisp' - name: 'gs' desc: 'gist creator' - name: 'dmenium' diff --git a/projects/tisp.md b/projects/tisp.md @@ -0,0 +1,38 @@ +--- +title: tisp +description: 'tiny lisp' +tags: lisp c programming-language language interpreter +--- + +Tiny lisp implementation, still in heavy development, barely even "useable." +Designed to be scheme-like, ie very minimalist. + +## OPTIONS + +#### -h + +Print help and exit + +#### -v + +Print version info and exit + +## USAGE + +Run the program from the command line to launch the REPL, type command and +press enter to see result. Alternatively you can pass a single command as the +first argument to the command line program and see a result instantly. + +## AUTHOR + +Ed van Bruggen <ed@edryd.org> + +## SEE ALSO + +See project page at <https://edryd.org/projects/tisp.html> + +View source code at <https://github.com/edvb/tisp> + +## LICENSE + +zlib License