Fix panic! keyword

This commit is contained in:
Scott Richmond 2022-05-19 18:00:18 -04:00
parent a36920e97e
commit 1415461876

View File

@ -22,7 +22,7 @@
"match" ::token/match ;; impl
"nil" ::token/nil ;; impl
"ns" ::token/ns ;; impl
"panic!" ::token/ns
"panic!" ::token/panic
"recur" ::token/recur ;; impl
"ref" ::token/ref ;; impl
"then" ::token/then ;; impl