changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/organ/object/entity.lisp

changeset 698: 96958d3eb5b0
parent: a5ae5a58c4cd
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; lib/organ/object/entity.lisp --- Org Entity Object
2 
3 ;; Entities match the following patterns:
4 
5 #|
6 \NAME POST
7 \NAME{}
8 \_SPACES
9 |#
10 
11 ;;; Code:
12 (in-package :organ)
13 
14 (define-org-object entity (name))