Update reserved words list & impl

This commit is contained in:
Scott Richmond 2022-05-19 18:55:27 -04:00
parent 55c1edbb15
commit 35cbe352a8

View File

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