Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
mtardy 31b1fa6cdb Add the object structure 4 lat temu
drafts Add the object structure 4 lat temu
.gitignore Add the object structure 4 lat temu
Makefile Add the object structure 4 lat temu
README.md Add readme 4 lat temu
calc.leg Add the object structure 4 lat temu
test.sh Add the object structure 4 lat temu

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