- Based on CLite
- Support Time as primitive variable
- Support calculation of Time (like +, -)
- Support Array of variable
- Support Global Variable
- Support User-defined Functions
- Support Function Overloading
- Support for, while, switch loop
- Support floating point variable(float)
It compiles TTime Language source code to U-Code
- code generator
- It returns U-Code file
- full path of source code
- full path of result file
- Just print tokens of given source code
- full path of source code
- Print AST of given source code
- full path of source code
- Print AST if given source code is valid, or print error message
- full path of source code