Language::Tea

Language::Tea is a Tea code converter.
Download

Language::Tea Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mario Silva
  • Publisher web site:
  • http://search.cpan.org/~msilva/Language-Tea-0.02/lib/Language/Tea.pm

Language::Tea Tags


Language::Tea Description

Language::Tea is a Tea code converter. Language::Tea is a Tea code converter.SYNOPSISThis module converts Tea code into Java.syntax: destea.pl filename - filename: The Tea file you want to convert.- option: put any character after the filename if you want destea to print directly to file. This will create a directory named 'Project' with a file MainProgram.java and other files for each class in the Tea file converted.destea will convert Tea code to Java. You have two options:- You can print Java code to standard output; - Or, you can print Java code directly to java files. If you want to use this, you just have to put any character after the filenameExample: ./destea.pl example.java aThis will create a new directory called 'Project' and inside you'll have MainProgram.java, wich contains all main Tea instructions, and you'll have another files, one for each class in your Tea file converted.Example:Imagine you have a Tea file with two classes: Triangle and Rectangle. If you convert this file, you'll obtain MainProgram.java, Triangle.java and Rectangle.java Requirements: · Perl


Language::Tea Related Software