install failed
Closed this issue · 4 comments
xxxcat commented
My Environment:
OS X El Capitan 10.11.6
Lua 5.2.4
Luarocks 2.3.0
The errors:
Installing https://luarocks.org/moor-v4.0-7.src.rock...
Using https://luarocks.org/moor-v4.0-7.src.rock... switching to 'build' mode
Warning: variable CFLAGS was not passed in build_variables
) '---compile---'
moonc moor/.moon bin/moor.moon
moor/init.moon Failed to parse:
[101] >> elseif #line < 1 then continue
make: ** [compile] Error 1
Error: Build error: Failed building.
Nymphium commented
unless-elseif
statement is the HEAD feature. Please build MoonScript with HEAD and reinstall moor.
xxxcat commented
thanks,but what do you think about this issues?
Nymphium commented
unless-elseif
statement is added by me. I think, it is intentional and works well.
xxxcat commented
OK,it works