Hi all I\'ve found XTend (http://xtend-lang.org) and it really sounds great! But, I can\'t see any standalone command line compiler for this language. It seems only to run un
CLI usage of main class is documented to be as following:
Usage: Main
where possible options include:
-d Specify where to place generated xtend files
-tp Temp directory to hold generated stubs and classes
-cp Specify where to find user class files
-encoding Specify character encoding used by source files
-javaSourceVersion Create Java Source compatible to this version. Can be: 1.5, 1.6, 1.7, 1.8, 9, 10
-noSuppressWarningsAnnotation Don't put @SuppressWarnings() into generated Java Code
-generateGeneratedAnnotation Put @Generated into generated Java Code
-includeDateInGeneratedAnnnotation If -generateGeneratedAnnotation is used, add the current date/time.
-generateAnnotationComment If -generateGeneratedAnnotation is used, add a comment.
-useCurrentClassLoader Use current classloader as parent classloader
-writeTraceFiles Write Trace-Files