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 31b1fa6cdb Add the object structure před 4 roky
drafts Add the object structure před 4 roky
.gitignore Add the object structure před 4 roky
Makefile Add the object structure před 4 roky
README.md Add readme před 5 roky
calc.leg Add the object structure před 4 roky
test.sh Add the object structure před 4 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