Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
mtardy 31b1fa6cdb Add the object structure 4 лет назад
drafts Add the object structure 4 лет назад
.gitignore Add the object structure 4 лет назад
Makefile Add the object structure 4 лет назад
README.md Add readme 4 лет назад
calc.leg Add the object structure 4 лет назад
test.sh Add the object structure 4 лет назад

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