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 abe0f07d32 Fix for object 4 yıl önce
drafts Add the object structure 4 yıl önce
.gitignore Fix for object 4 yıl önce
Makefile Fix for object 4 yıl önce
README.md Add readme 5 yıl önce
calc.leg Fix for object 4 yıl önce
object.c Fix for object 4 yıl önce
test.sh Add the object structure 4 yıl önce
test.txt Fix for object 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