1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-26 08:20:27 +00:00

Add splice special form to grammar.

This commit is contained in:
Calvin Rose 2019-01-08 20:05:36 -05:00
parent f0afb3c311
commit ff3f7487a4

View File

@ -353,7 +353,8 @@
"if" "if"
"quote" "quote"
"quasiquote" "quasiquote"
"unquote"]) "unquote"
"splice"])
(def allsyms (array/concat @[] specials (all-bindings))) (def allsyms (array/concat @[] specials (all-bindings)))