changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lisp.sk

changeset 695: 2bad47888dbf
parent: 6856c021d084
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 16:14:44 -0400
permissions: -rw-r--r--
description: add static-vector
1 ;;; lisp.sk --- core/lisp skelfile -*- mode: skel; -*-
2 :name "core/lisp"
3 :description "CC Lisp Core"
4 :components
5 ((:asd "prelude")
6  (:asd "user")
7  (:asd "core")
8  (:mod "std" (:asd "std")))
9