Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
mtardy ec50cf376d
Merge pull request #1 from mtardy/single-char-variables
5 роки тому
.gitignore Update gitignore 5 роки тому
Makefile Use -o option instead of output redirection 5 роки тому
README.md Add readme 5 роки тому
calc.leg Add single char variables 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