Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
mtardy 2b1a210344 Add Map and String data structure 4 лет назад
drafts Add the object structure 4 лет назад
.gitignore Add Map and String data structure 4 лет назад
Makefile Fix for object 4 лет назад
README.md Add readme 4 лет назад
calc.leg Add Map and String data structure 4 лет назад
object.c Add Map and String data structure 4 лет назад
test.sh Add the object structure 4 лет назад
test.txt Add Map and String data 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