AST
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 be6589907a Fix tests numerotation 4 yıl önce
.gitignore basic calculator 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 Indentation fix 4 yıl önce
test.sh Fix tests numerotation 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