venus-lang
v1.5.4
Published
Parser for an alternative lua language.
Readme
![]()
Venus
A 'go' like language that compiles into lua. The parsing part of this package was originally forked from 'luaparse'.
Language Features
- Curly Brace Syntax (instead of
thenandend) foreachkeyword for iterating on objects+=,-=,*=,/=,^=,.=,++and--operatorsfninstead offunction(for nicer lambdas)(args) => {...}style of function syntax.##instead of--for comments
License
Licensed under The MIT license
