Add panic! reserved word

This commit is contained in:
Scott Richmond 2022-05-19 17:54:10 -04:00
parent 62a0fa2429
commit a36920e97e

View File

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