9 lines
270 B
Markdown
9 lines
270 B
Markdown
|
# Lasp
|
||
|
Lasp is a lisp interpreter inplemented in htasm for the purpose of running simple lisp expressions on ableOS.
|
||
|
|
||
|
## How to use?
|
||
|
compile https://github.com/m1el/holey-toys and move hbas into the build dir
|
||
|
|
||
|
run ./build.sh
|
||
|
|
||
|
then move lasp.hbf onto an ableOS disk image
|