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 2b1a210344 Add Map and String data structure 4 lat temu
drafts Add the object structure 4 lat temu
.gitignore Add Map and String data structure 4 lat temu
Makefile Fix for object 4 lat temu
README.md Add readme 4 lat temu
calc.leg Add Map and String data structure 4 lat temu
object.c Add Map and String data structure 4 lat temu
test.sh Add the object structure 4 lat temu
test.txt Add Map and String data 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