25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
mtardy a3628b9937 Add draft ideas to calc.leg and clarify intern() 4 yıl önce
.gitignore Update draft for interning same symbol 4 yıl önce
Makefile Use -o option instead of output redirection 5 yıl önce
README.md Add readme 5 yıl önce
calc.leg Add draft ideas to calc.leg and clarify intern() 4 yıl önce
draft.c Add draft ideas to calc.leg and clarify intern() 4 yıl önce
test.sh Add arbitrary var identifiers 4 yıl önce

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