Tea (programming language): Difference between revisions

Content deleted Content added
Added reference to the Language::Tea module in CPAN
No edit summary
Line 20:
== Interpreter Alternatives ==
 
* Tea is a proprietary language. Its interpreter is subject to a non-free license. On the other hand, a project called "destea", which released Language::Tea in CPAN, provides an alternative to the proprietary interpreter, by generating Java Code based on the Tea code.
* There's an open source compiler, [http://code.google.com/p/teaclipse/ TeaClipse], that uses a JavaCC-generated parser to parse and then compile Tea source to the proprietary Tea bytecode. The author of TeaClipse [http://clearlyvague.com/?p=25 has expressed interest] in enhancing TeaClipse to produce Java bytecode.
 
== References ==