Tix is a programming language made by the Fluentix group (mainly Infinity) which is a fun project that I like to work with and designed for game designing.
Currently, we have these following data types: int, double, string, builtin_func, function, module, boolean and null_type
Currently, we have parentheses working, +, -, *, /, % also
Implemented
Syntax: const module <module_name> = get "<module_name>", notice that get is an expression of type module