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 6d57c3ff0b Apply advice from draft2.c to calc.leg 4 yıl önce
.gitignore Update draft for interning same symbol 4 yıl önce
Makefile Use -o option instead of output redirection 4 yıl önce
README.md Add readme 4 yıl önce
calc.leg Apply advice from draft2.c to calc.leg 4 yıl önce
draft.c Apply advice from draft2.c to calc.leg 4 yıl önce
draft2.c Apply advice from draft2.c to calc.leg 4 yıl önce
test.sh Add arbitrary var identifiers 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