this repo has no description
C 96.3%
Python 3.4%
Shell 0.1%
Makefile 0.1%
171 2 0

Clone this repository

https://tangled.org/bernsteinbear.com/ghuloum https://tangled.org/did:plc:fmlri4btc7kco6w4xi3g3cwk/ghuloum
git@tangled.org:bernsteinbear.com/ghuloum git@tangled.org:did:plc:fmlri4btc7kco6w4xi3g3cwk/ghuloum

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Lisp compiler source#

builds.sr.ht status

This source is provided in stages that roughly correspond to the blog posts in the Lisp compiler series.

If you are running the Python version,

$ uv run unittest-parallel -j 8 -p compiler.py --level=test
Running 27 test suites (27 total tests) across 8 processes
...........................
----------------------------------------------------------------------
Ran 27 tests in 0.777s

OK
$

Python 3.12 is required for tests only (NamedTemporaryFile.delete_on_close).