Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 675 Bytes

File metadata and controls

27 lines (20 loc) · 675 Bytes

Mina Programming Language

Example:

image

Put the output in a file, then compile with GCC:

image

Features:

  • Data type: integer and boolean
  • Variable
  • Arithmethic Operations
  • Comparison Operator
  • Conditional
  • Loop
  • Array
  • Function
  • Console Input
  • Console Output
  • Scoped Expression
  • Static Single Assignment Intermediate Representation
  • Register Allocation by Graph-Coloring