Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
mtardy 8de3ac90aa Add tests for simple variables 4 роки тому
.gitignore Update gitignore 4 роки тому
Makefile Use -o option instead of output redirection 4 роки тому
README.md Add readme 4 роки тому
calc.leg Add newline before %% 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