Introduction This is a repo that contains the various projects attempted while learning the C3 Language. Projects A Simple Calculator: This calculator takes input in the form: ((1+2-3*6)/2)%2. Yes, it considers operator precedence.