diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-30 11:29:13 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-03-30 11:29:13 +0800 |
commit | 1c4c3159374a5c4b08a06ca8e3e7f49442edd59c (patch) | |
tree | 735dd2dc501e8f32d89bef3a76d826c73ffafdf7 /spec/inputs/syntax.moon | |
parent | 147893cdbf00d40ebda6b7840d3734ccda294347 (diff) | |
download | yuescript-1c4c3159374a5c4b08a06ca8e3e7f49442edd59c.tar.gz yuescript-1c4c3159374a5c4b08a06ca8e3e7f49442edd59c.tar.bz2 yuescript-1c4c3159374a5c4b08a06ca8e3e7f49442edd59c.zip |
add useSpaceOverTab option for compiler, add variadic arguments declaration check, fix assignment with backcall expr not well handled issue.
Diffstat (limited to 'spec/inputs/syntax.moon')
-rw-r--r-- | spec/inputs/syntax.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon index b5f973b..23b44ce 100644 --- a/spec/inputs/syntax.moon +++ b/spec/inputs/syntax.moon | |||
@@ -124,7 +124,7 @@ if hello then _ = 343 | |||
124 | 124 | ||
125 | print "what" if cool | 125 | print "what" if cool |
126 | 126 | ||
127 | arg = {...} | 127 | ((...)-> arg = {...})! |
128 | 128 | ||
129 | x = (...) -> | 129 | x = (...) -> |
130 | dump {...} | 130 | dump {...} |