We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0068a37 commit 0995343Copy full SHA for 0995343
llamafile/is_keyword_lisp.gperf
@@ -23,6 +23,7 @@ condition-case
23
ctypecase
24
declaim
25
declare
26
+def
27
defadvice
28
defalias
29
defconst
@@ -71,6 +72,7 @@ etypecase
71
72
eval-when
73
flet
74
flet*
75
+fn
76
go
77
handler-bind
78
handler-case
@@ -82,9 +84,12 @@ lambda
82
84
let
83
85
let*
86
letf
87
+letfn
88
locally
89
loop
90
macrolet
91
+monitor-enter
92
+monitor-exit
93
multiple-value-bind
94
multiple-value-prog1
95
proclaim
@@ -94,16 +99,22 @@ prog1
99
prog2
100
progn
96
101
progv
102
+quote
103
+recur
97
104
restart-bind
98
105
restart-case
106
return
107
return-from
108
+set!
109
symbol-macrolet
110
tagbody
111
the
112
+throw
113
+try
114
typecase
115
unless
116
unwind-protect
117
+var
118
when
119
while
120
with-accessors
0 commit comments