forked from thephoeron/let-over-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.lisp
68 lines (66 loc) · 1.73 KB
/
package.lisp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
;;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: LET-OVER-LAMBDA; Base: 10 -*- file: package.lisp
(defpackage #:let-over-lambda
(:nicknames #:lol)
(:use #:cl #:cl-user #:cl-ppcre)
(:import-from #:alexandria
#:parse-body)
(:import-from #:named-readtables
#:defreadtable
#:in-readtable)
(:export #:lol-syntax
#:mkstr
#:symb
#:group
#:flatten
#:fact
#:choose
#:g!-symbol-p
#:defmacro/g!
#:o!-symbol-p
#:o!-symbol-to-g!-symbol
#:defmacro!
#:defun!
#:|#"-reader|
#:segment-reader
#:match-mode-ppcre-lambda-form
#:subst-mode-ppcre-lambda-form
#:|#~-reader|
#:dlambda
#:alambda
#:aif
#:|#`-reader|
#:|#f-reader|
#:nlet-tail
#:alet%
#:alet
#:it
#:this
#:self
#:let-binding-transform
#:pandoriclet
#:pandoriclet-get
#:pandoriclet-set
#:get-pandoric
#:with-pandoric
#:pandoric-hotpatch
#:pandoric-recode
#:plambda
#:pandoric-eval
#:fast-progn
#:safe-progn
#:fformat
#:make-tlist
#:tlist-left
#:tlist-right
#:tlist-empty-p
#:tlist-add-left
#:tlist-add-right
#:tlist-rem-left
#:tlist-update
#:build-batcher-sn
#:sortf
#:dollar-symbol-p
#:prune-if-match-bodies-from-sub-lexical-scope
#:if-match
#:when-match))
;; EOF