Skip to content

Commit 0995343

Browse files
committed
Add more Clojure keywords
1 parent 0068a37 commit 0995343

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

llamafile/is_keyword_lisp.gperf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ condition-case
2323
ctypecase
2424
declaim
2525
declare
26+
def
2627
defadvice
2728
defalias
2829
defconst
@@ -71,6 +72,7 @@ etypecase
7172
eval-when
7273
flet
7374
flet*
75+
fn
7476
go
7577
handler-bind
7678
handler-case
@@ -82,9 +84,12 @@ lambda
8284
let
8385
let*
8486
letf
87+
letfn
8588
locally
8689
loop
8790
macrolet
91+
monitor-enter
92+
monitor-exit
8893
multiple-value-bind
8994
multiple-value-prog1
9095
proclaim
@@ -94,16 +99,22 @@ prog1
9499
prog2
95100
progn
96101
progv
102+
quote
103+
recur
97104
restart-bind
98105
restart-case
99106
return
100107
return-from
108+
set!
101109
symbol-macrolet
102110
tagbody
103111
the
112+
throw
113+
try
104114
typecase
105115
unless
106116
unwind-protect
117+
var
107118
when
108119
while
109120
with-accessors

0 commit comments

Comments
 (0)