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 8de3ac90aa Add tests for simple variables 5 lat temu
.gitignore Update gitignore 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 Add tests for simple variables 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