AST
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 2bd3a8b892 Add newline before %% 5 lat temu
.gitignore basic calculator 5 lat temu
Makefile Use -o option instead of output redirection 5 lat temu
README.md Add readme 5 lat temu
calc.leg Add newline before %% 5 lat temu
test.sh Fix tests numerotation 5 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