v1.0.0 — Stable release + TUI support #8
@@ -315,9 +315,7 @@ sbcl --script run-all-tests.lisp
|
||||
sbcl --script demo.lisp
|
||||
|
||||
# Tangle org files (regenerate .lisp from .org sources)
|
||||
for f in org/*.org; do
|
||||
emacs --batch --eval "(progn (require 'org) (find-file \"$f\") (org-babel-tangle) (kill-buffer))" 2>&1
|
||||
done
|
||||
python3 scripts/tangle.py org/*.org
|
||||
```
|
||||
|
||||
Literate programming: `.org` files in `org/` are the source of truth for
|
||||
|
||||
Reference in New Issue
Block a user