venus-lang

1.5.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i venus-lang

Weekly Downloads

0

Version

1.5.4

License

MIT

Last publish

Collaborators

  • retroverse