An esotheric language created as an exercise for compiler course at AGH University of Science and Technology. POLCODEX compiles to bytecode, and thus can be run on JVM. Written with ❤️ in Kotlin using ANTLR.
- Basic mathematical operations (+, -, *, /)
- Loops
- FunctionStaments
- Function Calls
- Assignments
- Variable Declaration
- If Statements
- Print Statements
- Type Casting
- Conditional Expressions