Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
mtardy ec50cf376d
Merge pull request #1 from mtardy/single-char-variables
před 5 roky
.gitignore Update gitignore před 5 roky
Makefile Use -o option instead of output redirection před 5 roky
README.md Add readme před 5 roky
calc.leg Add single char variables před 5 roky
test.sh Add tests for simple variables před 5 roky

README.md

Basic calculator

Requirements

Please install peg/leg manually or with Homebrew:

$ brew install peg

Build

$ make

Usage

$ echo "2+3" | ./calc

Test

$ ./test.sh