This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 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 | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace Calc { | |
| // -- tokenizer |