- Var: Declare variables to store data.
- If: Conditional statements to control program flow.
- Else-If: Additional conditional branches for more complex logic.
- Else: Default branch for conditions that aren't met by previous statements.
- Scopes: Define blocks of code to control variable scope and visibility.
- Func_Exit: Explicit function exit statement.
- Addition: Combine values using the addition operator.
- Multiplication: Multiply values together for mathematical operations.
- Division: Divide values to perform calculations.
- Subtraction: Subtract one value from another.
- Equal: Check if two values are equal.
- Not Equal: Verify if two values are not equal.
- Less than: Determine if one value is less than another.
- More than: Assess if one value is greater than another.
- Less than or equal: Check if one value is less than or equal to another.
- Greater than or equal: Validate if one value is greater than or equal to another.
Rhyme compiler provides a comprehensive set of features to facilitate the development of programs in the Rhy language. Whether you're working with statements, expressions, or comparisons, Rhyme has you covered for building robust and expressive code.