Single-pass Lisp subset compiler
- Darwin ARM64
- GAS (GNU Assembler) x86-64
lispc <file>.lisp [-clean|-run|-compile|-help]
-
Options:
-clean: Produce no intermediate files-run: Run the produced executable-compile: Compile to Assembly, but do not link to form executable
-
No options starts an REPL
-
Type
maketo get started