Skip to content

RuchiraKulathunga/vertx-codetrans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x code translator :

Build Status

This projects aims to translate Java code using the Vert.x API in another languages whenever it's possible.

Supported languages:

  • Groovy
  • JavaScript
  • Ruby

Todo

  • ruby : nail out the {} versus do/begin syntax
  • codegen propeties for projection
  • handle case for handlers that are not the last parameter (MUST)
  • handle parenthesized expression in String concat : 1 + (2 + "_") is rewritten as 1 + ("${2}_") instead of ???
  • try to find something for Ruby postfix increment/decrement (is that even possible?)
  • test lambda/proc non last arg
  • groovy -> have last lambda to be like in ruby syntax

About

Code translator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.0%
  • JavaScript 2.0%
  • Groovy 1.2%
  • Ruby 0.8%