1.5.4 • Published 7 years ago

venus-lang v1.5.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Venus Logo

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 then and end)
  • foreach keyword for iterating on objects
  • +=, -=, *=, /=, ^=, .=, ++ and -- operators
  • fn instead of function (for nicer lambdas)
  • (args) => {...} style of function syntax.
  • ## instead of -- for comments

License

Licensed under The MIT license

1.5.4

7 years ago

1.5.3

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.4

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago