Skip to content

Instantly share code, notes, and snippets.

;; C T O S stands for left_command left_control left_option left_shift
;; Q W E R stands for right_command right_control right_option right_shift
;; ! | means mandatory
;; # | means optional
;; !! | mandatory command + control + optional + shift (hyper)
;; ## | optional any
{
@apetrovic
apetrovic / Calculator.cs
Created July 14, 2014 20:34
Simple calculator in C#
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Calc {
// -- tokenizer