Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
mtardy 8de3ac90aa Add tests for simple variables 5 лет назад
.gitignore Update gitignore 5 лет назад
Makefile Use -o option instead of output redirection 5 лет назад
README.md Add readme 5 лет назад
calc.leg Add newline before %% 5 лет назад
test.sh Add tests for simple variables 5 лет назад

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