AST
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
mtardy 2bd3a8b892 Add newline before %% 5 лет назад
.gitignore basic calculator 5 лет назад
Makefile Use -o option instead of output redirection 5 лет назад
README.md Add readme 5 лет назад
calc.leg Add newline before %% 5 лет назад
test.sh Fix tests numerotation 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