YogurtTheHorse / Calcy

My own calculator app for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's that?

Calcy is fast and smart calculator. It has own easy-to-learn syntax for calculating. Calcy uses MahAppps.Metro for beatiful interface and Irony for real time parsing. example

Basics

  1. Operators
  • You can use basic math operators (+, -, *, / )
  • You can use logical operators (&&, ||)
  • You can compare numbers with ==, <, <=, >, >=, !=
  • You can use binary operators, such as ^ (xor), &, |, ~ (not)
  1. Syntax
  • You can define functions with def name(args): expr
  • Or you can use ternary operator expr ? expr : expr

Download

You can download first version here.

License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

About

My own calculator app for Windows

License:Other


Languages

Language:C# 100.0%