選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
mtardy 42941784dc
Merge pull request #4 from mtardy/map
5年前
drafts Add the object structure 5年前
.gitignore Add Map and String data structure 5年前
Makefile Fix for object 5年前
README.md Add readme 5年前
calc.leg Add Map and String data structure 5年前
object.c Add Map and String data structure 5年前
test.sh Add the object structure 5年前
test.txt Add Map and String data structure 5年前

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