25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
mtardy 31b1fa6cdb Add the object structure 4 yıl önce
drafts Add the object structure 4 yıl önce
.gitignore Add the object structure 4 yıl önce
Makefile Add the object structure 4 yıl önce
README.md Add readme 5 yıl önce
calc.leg Add the object structure 4 yıl önce
test.sh Add the object structure 4 yıl önce

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