Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
mtardy 31b1fa6cdb Add the object structure pirms 4 gadiem
drafts Add the object structure pirms 4 gadiem
.gitignore Add the object structure pirms 4 gadiem
Makefile Add the object structure pirms 4 gadiem
README.md Add readme pirms 4 gadiem
calc.leg Add the object structure pirms 4 gadiem
test.sh Add the object structure pirms 4 gadiem

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