sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparison Operators

sunjay opened this issue · comments

  • == operator
  • != operator
  • >= operator
  • <= operator
  • > operator
  • < operator
  • Operators only work on types that can actually implement them