Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
mtardy 76fd9ab57c Add single char variables 4 лет назад
.gitignore Update gitignore 4 лет назад
Makefile Use -o option instead of output redirection 4 лет назад
README.md Add readme 4 лет назад
calc.leg Add single char variables 4 лет назад
test.sh Add tests for simple variables 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