.TEA File
.tea is Tea source or script file
Features | Description |
---|---|
File Extension | .tea |
Format | N/A |
Created by | Sublime HQ Pty Ltd |
Category | Source code and script |
.tea is Tea source or script file
Features | Description |
---|---|
File Extension | .tea |
Format | N/A |
Created by | Sublime HQ Pty Ltd |
Category | Source code and script |
What's on this Page
File extension tea seems to be mainly related to Tiny Embedded Application programming language (TEA) and used for its source code files.
The Tiny Embedded Application (TEA) language is a subset of the C programming language. TEA has integer math operations, simple looping constructs, conditional statements, and parameterized subroutines. It is ideally suited for simple control loops, sequencing behaviors in robotics, and other tasks that can be offloaded from the main controller of a complex system.
TEA is precompiled, enabling conditional compilation, macros, and inclusion of other files. Programs are typically very small and have no memory allocation, structures, or objects. All variables are stack-based; the stack can be very small on some environments so minimal recursion is possible.