A 'go' like language that compiles into lua. The parsing part of this package was originally forked from 'luaparse'.
Venus is not actively supported and not suitable for use in production. Instead, try MoonScript.
- Curly Brace Syntax (instead of
then
andend
) foreach
keyword for iterating on objects+=
,-=
,*=
,/=
,^=
,.=
,++
and--
operatorsfn
instead offunction
(for nicer lambdas)(args) => {...}
style of function syntax.##
instead of--
for comments
Licensed under The MIT license