2024-05-03 12:24:03 -05:00
|
|
|
# Lasp
|
2024-05-03 12:51:15 -05:00
|
|
|
Lasp is a (wip)lisp interpreter inplemented in htasm for the purpose of running simple lisp expressions on ableOS.
|
2024-05-03 12:24:03 -05:00
|
|
|
|
|
|
|
## 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
|