AST
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
mtardy 31b1fa6cdb Add the object structure 4 роки тому
drafts Add the object structure 4 роки тому
.gitignore Add the object structure 4 роки тому
Makefile Add the object structure 4 роки тому
README.md Add readme 5 роки тому
calc.leg Add the object structure 4 роки тому
test.sh Add the object structure 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