Skip to content

Latest commit

 

History

History
executable file
·
16 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

executable file
·
16 lines (14 loc) · 479 Bytes

POLCODEX

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.

TODOS:

  • Basic mathematical operations (+, -, *, /)
  • Loops
  • FunctionStaments
  • Function Calls
  • Assignments
  • Variable Declaration
  • If Statements
  • Print Statements
  • Type Casting
  • Conditional Expressions