Update keyword impls

This commit is contained in:
Scott Richmond 2022-04-07 18:09:53 -04:00
parent 917e4f7ab5
commit ac83d3070b

View File

@ -9,9 +9,9 @@
"List of Ludus reserved words."
;; see ludus-spec repo for more info
{"as" ::token/as
"cond" ::token/cond
"cond" ::token/cond ;; impl
"data" ::token/data
"do" ::token/do
"do" ::token/do ;; impl
"else" ::token/else ;; impl
"false" ::token/false ;; impl
"fn" ::token/fn ;; impl