Kind | Covered | All | % |
expression | 0 | 2 | 0.0 |
branch | 0 | 0 | nil |
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))