Skip to content
/ venus Public

A language similiar to go that compiles to Lua

License

Notifications You must be signed in to change notification settings

giraugh/venus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venus Logo

Venus

A 'go' like language that compiles into lua. The parsing part of this package was originally forked from 'luaparse'.

Disclaimer:

Venus is not actively supported and not suitable for use in production. Instead, try MoonScript.

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

About

A language similiar to go that compiles to Lua

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published